Skip to content

Commit a7cc89a

Browse files
committed
:doc: Fix custom character set.
1 parent 6af39f2 commit a7cc89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ rather than an integer. For example we can convert a base 10 number
6868
to another base 10 number using a different encoding.
6969

7070
```ruby
71-
base = [:Q, :W, :E, :R, :T, :Y, :U, :I, :O, :U]
71+
base = [:Q, :W, :E, :R, :T, :Y, :U, :I, :O, :P]
7272

7373
"10".b(10).to_a(base) #=> [:W, :Q]
7474
```

0 commit comments

Comments
 (0)