We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d42fc commit be85e3dCopy full SHA for be85e3d
doc/Language/operators.pod
@@ -195,7 +195,7 @@ Hyper operators are defined recursively on nested arrays.
195
196
say -« [[1, 2], 3]; # [[-1 -2] -3]
197
198
-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
199
list is in order. Please note that all hyper operators are candidates for
200
autothreading and will cause tears if said methods have side effects. The
201
optimizer has full reign over hyper operators, which is the reason that they
0 commit comments