Skip to content

Commit 6ad89fb

Browse files
committed
Correct grammar in '... attempt to escape whitespace' diagnostic.
1 parent 96cf1a9 commit 6ad89fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pod/perldiag.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5501,7 +5501,7 @@ You probably wrote something like this:
55015501
another
55025502
);
55035503

5504-
expecting to get a two elements list containing the strings C<'a string'>
5504+
expecting to get a two element list containing the strings C<'a string'>
55055505
and C<'another'>. Instead the list will hold three elements: C<'a\'>
55065506
(with a literal backslash), C<'string'> and C<'another'>.
55075507

0 commit comments

Comments
 (0)