Skip to content

Commit f5c079d

Browse files
authored
Clarify parallelism of hyper operators
1 parent 5a05e66 commit f5c079d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/operators.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ Hyper operators are defined recursively on nested arrays.
326326
327327
Also, methods can be called in an out of order, concurrent fashion. The
328328
resulting list will be in order. Note that all hyper operators are candidates
329-
for autothreading and will cause tears if the methods have side effects. The
329+
for parallelism and will cause tears if the methods have side effects. The
330330
optimizer has full reign over hyper operators, which is the reason that they
331331
cannot be defined by the user.
332332

0 commit comments

Comments
 (0)