Skip to content

Commit

Permalink
documentation tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Mar 3, 2014
1 parent 349482b commit 3f01d42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Mojo/JSON.pm
Expand Up @@ -370,8 +370,8 @@ Encode Perl value to JSON.
my $value = j($bytes);
Encode Perl data structure (which may only be an C<Array> reference or C<Hash>
reference) to JSON or decode JSON, an C<undef> return value indicates a bare
C<null> or that decoding failed.
reference) or decode JSON, an C<undef> return value indicates a bare C<null>
or that decoding failed.
=head1 ATTRIBUTES
Expand Down

0 comments on commit 3f01d42

Please sign in to comment.