Skip to content

Commit 8edfab1

Browse files
committed
Fix mispelled "yield".
1 parent 3d15e5e commit 8edfab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/syntax.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ method calls):
694694
=end code
695695
696696
In the second method call the rightmost C<substr> is applied to "3" and not
697-
to the result of the leftmost C<substr>, which on the other hand yelds precedence
697+
to the result of the leftmost C<substr>, which on the other hand yields precedence
698698
to the rightmost one.
699699
700700
=head1 Operators

0 commit comments

Comments
 (0)