Skip to content

Commit 3f4cb3b

Browse files
committed
Translate an '=' to an 'i.e.' in text.
1 parent b4ff0da commit 3f4cb3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/5to6-nutshell.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ then just use C«<->» and explicitly specify C«$_».
922922
=head4 C<each>
923923
924924
Here is the equivalent to Perl 5’s C<while…each(%hash)> or C<while…each(@array)>
925-
(= iterating over both the keys or indices and values of a data structure) in
925+
(i.e., iterating over both the keys/indices and values of a data structure) in
926926
Perl 6:
927927
928928
=for code :lang<perl5>

0 commit comments

Comments
 (0)