Skip to content

Commit f06adef

Browse files
committed
minor typo edits
1 parent 94a777d commit f06adef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/traps.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ There are methods that Str inherits from Any that work on iterables like lists.
231231
232232
=head2 Adverbs and Precedence
233233
234-
Adverbs do have a precedence that may not follow the order of operators that is displayed on your screen. If two operators of equal precedence are followed by an adverb it will pick the first operator it find in the abstract syntax tree. Use paranteses to help Perl 6 to understand what you mean or use operators with looser precedence.
234+
Adverbs do have a precedence that may not follow the order of operators that is displayed on your screen. If two operators of equal precedence are followed by an adverb it will pick the first operator it finds in the abstract syntax tree. Use parentheses to help Perl 6 understand what you mean or use operators with looser precedence.
235235
236236
my %x = a => 42;
237237
say !%x<b>:exists; # dies with X::AdHoc

0 commit comments

Comments
 (0)