Skip to content

Commit

Permalink
Fixes anchor link
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Feb 12, 2020
1 parent 0fa0519 commit 871c4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/contexts.pod6
Expand Up @@ -30,7 +30,7 @@ be L<sunk via the C<sink> method|/type/Proc#method_sink>, forcing them to raise
an exception and not returning anything.
In general, blocks will warn if evaluated in sink context; however,
L<gather/take blocks|/language/control#Flow%29_gather_take> are explicitly
L<gather/take blocks|/language/control#F#gather/take> are explicitly
evaluated in sink context, with values returned explicitly using C<take>;
however, sinking will explicitly throw away those values, so use sink only if
you want to run a C<gather> statement for the side effects.
Expand Down

0 comments on commit 871c4e2

Please sign in to comment.