Skip to content

Commit 15132f7

Browse files
authored
Merge pull request #3068 from stoned/101-basics-fix
Fix formatting
2 parents b47ff56 + 521d41a commit 15132f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/101-basics.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ has won zero or more matches. In order to do this, the I<ternary>
348348
operator (C<?? !!>) is used. If C<%matches{$n} == 1> evaluates to C<True>,
349349
then I<match> is returned. Otherwise, I<matches> is returned. Either way,
350350
the returned value is stored in C<$match-noun>. The same approach applies
351-
to <$set-noun>.
351+
to C<$set-noun>.
352352
353353
The statement C<say> prints its arguments to the standard output
354354
(the screen, normally), followed by a newline. (Use C<print> if you don't

0 commit comments

Comments
 (0)