Skip to content

Commit

Permalink
fix RT-105735: [PATCH] fix expression "allow to" in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
charsbar committed Aug 27, 2016
1 parent 09a3859 commit c77b6d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -1071,7 +1071,7 @@ JSON::PP SUPPORT METHODS
$json = $json->loose([$enable])

The unescaped [\x00-\x1f\x22\x2f\x5c] strings are invalid in JSON
strings and the module doesn't allow to "decode" to these (except for
strings and the module doesn't allow one to "decode" to these (except for
\x2f). If $enable is true (or missing), then "decode" will accept these
unescaped strings.

Expand Down
2 changes: 1 addition & 1 deletion lib/JSON.pm
Expand Up @@ -1718,7 +1718,7 @@ See to L<MAPPING> about the conversion of JSON number.
$json = $json->loose([$enable])
The unescaped [\x00-\x1f\x22\x2f\x5c] strings are invalid in JSON strings
and the module doesn't allow to C<decode> to these (except for \x2f).
and the module doesn't allow one to C<decode> to these (except for \x2f).
If C<$enable> is true (or missing), then C<decode> will accept these
unescaped strings.
Expand Down
2 changes: 1 addition & 1 deletion lib/JSON/backportPP.pm
Expand Up @@ -2446,7 +2446,7 @@ See to L<JSON::XS/MAPPING> about the normal conversion of JSON number.
$json = $json->loose([$enable])
The unescaped [\x00-\x1f\x22\x2f\x5c] strings are invalid in JSON strings
and the module doesn't allow to C<decode> to these (except for \x2f).
and the module doesn't allow one to C<decode> to these (except for \x2f).
If C<$enable> is true (or missing), then C<decode> will accept these
unescaped strings.
Expand Down

0 comments on commit c77b6d0

Please sign in to comment.