File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2041,7 +2041,7 @@ This setting has currently no effect on tied hashes.
2041
2041
2042
2042
$enabled = $json->get_allow_nonref
2043
2043
2044
- Unlike other boolean options, this opotion is enabled by default beginning
2044
+ Unlike other boolean options, this option is enabled by default beginning
2045
2045
with version C<4.0 > .
2046
2046
2047
2047
If C<$enable > is true (or missing), then the C<encode > method can convert a
@@ -2480,7 +2480,7 @@ then the argument will be passed to Perl's C<sort> built-in function.
2480
2480
2481
2481
As the sorting is done in the JSON::PP scope, you usually need to
2482
2482
prepend C<JSON::PP:: > to the subroutine name, and the special variables
2483
- C<$a > and C<$b > used in the subrontine used by C<sort > function.
2483
+ C<$a > and C<$b > used in the subroutine used by C<sort > function.
2484
2484
2485
2485
Example:
2486
2486
@@ -2845,7 +2845,7 @@ argument being the object to serialise, and the second argument being the
2845
2845
constant string C<JSON > to distinguish it from other serialisers.
2846
2846
2847
2847
The C<FREEZE > method can return any number of values (i.e. zero or
2848
- more). These values and the paclkage /classname of the object will then be
2848
+ more). These values and the package /classname of the object will then be
2849
2849
encoded as a tagged JSON value in the following format:
2850
2850
2851
2851
("classname")[FREEZE return values...]
You can’t perform that action at this time.
0 commit comments