Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed another typo
  • Loading branch information
kraih committed Mar 3, 2014
1 parent 4464ac3 commit 1c8029b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/JSON.pm
Expand Up @@ -368,7 +368,7 @@ 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
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.
=head1 ATTRIBUTES
Expand Down

0 comments on commit 1c8029b

Please sign in to comment.