Skip to content

Commit

Permalink
slightly more consistent descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 11, 2014
1 parent bcd0744 commit 737b3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/JSON.pm
Expand Up @@ -320,7 +320,7 @@ It supports normal Perl data types like scalar, array reference, hash
reference and will try to call the C<TO_JSON> method on blessed references, or
stringify them if it doesn't exist. Differentiating between strings and
numbers in Perl is hard, depending on how it has been used, a scalar can be
both at the same time. The string value gets precedence unless both
both at the same time. The string value has a higher precedence unless both
representations are equivalent.
[1, -2, 3] -> [1, -2, 3]
Expand Down

0 comments on commit 737b3bb

Please sign in to comment.