Skip to content

Commit

Permalink
fix typo in perl53510delta
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg authored and khwilliamson committed Mar 21, 2022
1 parent 6ddd77c commit 278812a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pod/perl53510delta.pod
Expand Up @@ -54,7 +54,7 @@ Perl traditionally has allowed just four pairs of string/pattern
delimiters: S<C<( )>> S<C<{ }>> S<C<[ ]>> and S<C<< < > >>>, all in the
ASCII range. Unicode has hundreds more possibilities, and using this
feature enables many of them. When enabled, you can say S<C<qr« »>> for
example, or S<C<use utf8; <q𝄃string𝄂>>. See
example, or S<C<use utf8; q𝄃string𝄂>>. See
L<feature/The 'extra_paired_delimiters' feature> for
details.

Expand Down

0 comments on commit 278812a

Please sign in to comment.