Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Jun 13, 2017
1 parent 78831c3 commit 9492cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/IO.pod6
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ is not affected, even if C<&code> explicitly assigns a new value to C<$*CWD>.
Returns the return value of C<&code> on success. On failure to successfully
change C<$*CWD>, returns L«C<Failure>|/type/Failure». B<WARNING:> keep in
mind that lazily evaluated things might end up NOT having the C<$*CWD> set
by C<indir> in their dynamic scope by the type they're actually evaluated.
by C<indir> in their dynamic scope by the time they're actually evaluated.
Either ensure the generators have their C<$*CWD> set or
L<eagerly evaluate|/routine/eager> them before returning the results from
C<indir>:
Expand Down

0 comments on commit 9492cb6

Please sign in to comment.