Skip to content

Commit be85e3d

Browse files
committed
s/a/an/
*an
1 parent 03d42fc commit be85e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/operators.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Hyper operators are defined recursively on nested arrays.
195195
196196
say -« [[1, 2], 3]; # [[-1 -2] -3]
197197
198-
Methods can be called too, in a out of order, concurrent fashion. The resulting
198+
Methods can be called too, in an out of order, concurrent fashion. The resulting
199199
list is in order. Please note that all hyper operators are candidates for
200200
autothreading and will cause tears if said methods have side effects. The
201201
optimizer has full reign over hyper operators, which is the reason that they

0 commit comments

Comments
 (0)