Skip to content

Commit c6b97a5

Browse files
committed
typo in doc
1 parent 42c44fb commit c6b97a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.rdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ This expression produces:
6262
with the values 1, 2 and 3 from the beginning and we repeat that sequence of 1s, 2s
6363
and 3s as long as there are more elements to fill.
6464

65-
Arrays can be of any dimension. It you really want to try this you can but it's
65+
Arrays can be of any dimension. If you really want to try this you can but it's
6666
between you and the Ruby runtime:
6767

68-
[42].j(12 12 12 12 12 12 12 $')
68+
[42].j('12 12 12 12 12 12 12 $')
6969

7070
The coup de grâce is the insert operator '/'. You can use it to insert an operator
7171
between each element of an array and evaluate it. This is akin to Ruby's inject:

0 commit comments

Comments
 (0)