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 2063544 commit ca08ed7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Mojo/JSON.pm
Expand Up @@ -368,8 +368,8 @@ Encode Perl value to JSON.
my $bytes = j({foo => 'bar'});
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 and return C<undef> if decoding fails.
Encode Perl data structure (which may only be an C<Array> reference or C<
reference) to JSON or decode JSON and return C<undef> if decoding fails.
=head1 ATTRIBUTES
Expand Down

0 comments on commit ca08ed7

Please sign in to comment.