File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 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.
20412041
20422042 $enabled = $json->get_allow_nonref
20432043
2044- Unlike other boolean options, this opotion is enabled by default beginning
2044+ Unlike other boolean options, this option is enabled by default beginning
20452045with version C<4.0 > .
20462046
20472047If 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.
24802480
24812481As the sorting is done in the JSON::PP scope, you usually need to
24822482prepend 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.
24842484
24852485Example:
24862486
@@ -2845,7 +2845,7 @@ argument being the object to serialise, and the second argument being the
28452845constant string C<JSON > to distinguish it from other serialisers.
28462846
28472847The 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
28492849encoded as a tagged JSON value in the following format:
28502850
28512851 ("classname")[FREEZE return values...]
You can’t perform that action at this time.
0 commit comments