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.
1 parent 96cf1a9 commit 6ad89fbCopy full SHA for 6ad89fb
pod/perldiag.pod
@@ -5501,7 +5501,7 @@ You probably wrote something like this:
5501
another
5502
);
5503
5504
-expecting to get a two elements list containing the strings C<'a string'>
+expecting to get a two element list containing the strings C<'a string'>
5505
and C<'another'>. Instead the list will hold three elements: C<'a\'>
5506
(with a literal backslash), C<'string'> and C<'another'>.
5507
0 commit comments