Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix braino
  • Loading branch information
gfldex committed Aug 14, 2016
1 parent 0abb24a commit 61d6d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/control.pod6
Expand Up @@ -369,7 +369,7 @@ of values. The values come from calls to C<take> in the dynamic scope of the C<g
C<gather/take> can generate values lazily, depending on context. If you want to
force lazy evaluation use the L<lazy|/type/Iterable#method_lazy> subroutine or
method. Binding to a scalar or sigilless container will also force binding.
method. Binding to a scalar or sigilless container will also force laziness.
For example
Expand Down

0 comments on commit 61d6d56

Please sign in to comment.