Skip to content

Commit

Permalink
Add minor correction
Browse files Browse the repository at this point in the history
  • Loading branch information
uzluisf committed May 8, 2019
1 parent 931f8f3 commit ca4adfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Language/statement-prefixes.pod6
Expand Up @@ -64,8 +64,8 @@ my @a = hyper for ^100_000 { .is-prime }
This code is around 3x faster than the bare for. But there are a couple of
caveats here:
=item The operation inside the loop should take enough time to make threading
makes sense.
=item The operation inside the loop should take enough time for threading
to make sense.
=item There should be no read or write access to the same data structure inside
the loop. Let the loop produce a result, and assign it.
Expand Down

0 comments on commit ca4adfa

Please sign in to comment.