We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9cf2469 + eb77e04 commit d884b12Copy full SHA for d884b12
lib/Language/functions.pod
@@ -348,7 +348,7 @@ sub circumfix:<START END>(*@elems) {
348
}
349
350
say START 'a', 'b', 'c' END; # start a b c end
351
-=end code;
+=end code
352
353
Postcircumfixes also receive the term after which they are parsed as
354
an argument:
@@ -392,7 +392,7 @@ use C<is equiv(&other-operator)> instead.
392
=head2 Associativity
393
394
When the same operator appears several times in a row, there are multiple
395
-possible interpretation. For example
+possible interpretations. For example
396
397
1 + 2 + 3
398
0 commit comments