Skip to content

Commit 0bdc62f

Browse files
committed
Fix spelling.
Resolves #160
1 parent 7670ab0 commit 0bdc62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The `all_identifiers` method returns a list of valid time zone identifiers:
6666

6767
```ruby
6868
identifiers = TZInfo::Timezone.all_identifiers
69-
# => ["Africa/Adibdjan", "Africa/Accra", ..., "Zulu"]
69+
# => ["Africa/Abidjan", "Africa/Accra", ..., "Zulu"]
7070
```
7171

7272
A `TZInfo::Timezone` instance representing an individual time zone can be

0 commit comments

Comments
 (0)