Skip to content

Commit d884b12

Browse files
committed
Merge pull request #133 from perl6/MARTIMM-patch-1
small changes
2 parents 9cf2469 + eb77e04 commit d884b12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Language/functions.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ sub circumfix:<START END>(*@elems) {
348348
}
349349
350350
say START 'a', 'b', 'c' END; # start a b c end
351-
=end code;
351+
=end code
352352
353353
Postcircumfixes also receive the term after which they are parsed as
354354
an argument:
@@ -392,7 +392,7 @@ use C<is equiv(&other-operator)> instead.
392392
=head2 Associativity
393393
394394
When the same operator appears several times in a row, there are multiple
395-
possible interpretation. For example
395+
possible interpretations. For example
396396
397397
1 + 2 + 3
398398

0 commit comments

Comments
 (0)