diff options
Diffstat (limited to 'lib/Text/Balanced.pm')
-rw-r--r-- | lib/Text/Balanced.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Text/Balanced.pm b/lib/Text/Balanced.pm index 7316cc83ff..16a559b6c8 100644 --- a/lib/Text/Balanced.pm +++ b/lib/Text/Balanced.pm @@ -1237,7 +1237,7 @@ pattern C<'\s*'> - optional whitespace - is used. If the delimiter set is also not specified, the set C</["'`]/> is used. If the text to be processed is not specified either, C<$_> is used. -In list context, C<extract_delimited> returns a array of three +In list context, C<extract_delimited> returns an array of three elements, the extracted substring (I<including the surrounding delimiters>), the remainder of the text, and the skipped prefix (if any). If a suitable delimited substring is not found, the first |