Skip to content

Commit

Permalink
s/a/an/
Browse files Browse the repository at this point in the history
*an
  • Loading branch information
dbrunton committed Jan 15, 2016
1 parent 03d42fc commit be85e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/operators.pod
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ Hyper operators are defined recursively on nested arrays.
say -« [[1, 2], 3]; # [[-1 -2] -3]
Methods can be called too, in a out of order, concurrent fashion. The resulting
Methods can be called too, in an out of order, concurrent fashion. The resulting
list is in order. Please note that all hyper operators are candidates for
autothreading and will cause tears if said methods have side effects. The
optimizer has full reign over hyper operators, which is the reason that they
Expand Down

0 comments on commit be85e3d

Please sign in to comment.