--- JSON-XS/XS.pm 2008/03/19 22:28:43 1.90 +++ JSON-XS/XS.pm 2008/03/20 02:11:21 1.91 @@ -827,7 +827,7 @@ $x *= 1; # same thing, the choice is yours. You can not currently force the type in other, less obscure, ways. Tell me -if you need this capability (but don't forget to explain why its needed +if you need this capability (but don't forget to explain why it's needed :). =back @@ -839,9 +839,9 @@ encodings or codesets - C, C and C. There seems to be some confusion on what these do, so here is a short comparison: -C controls wether the JSON text created by C (and expected +C controls whether the JSON text created by C (and expected by C) is UTF-8 encoded or not, while C and C only -control wether C escapes character values outside their respective +control whether C escapes character values outside their respective codeset range. Neither of these flags conflict with each other, although some combinations make less sense than others. @@ -1195,7 +1195,7 @@ This module is I guaranteed to be thread safe and there are no plans to change this until Perl gets thread support (as opposed to the horribly slow so-called "threads" which are simply slow and bloated -process simulations - use fork, its I faster, cheaper, better). +process simulations - use fork, it's I faster, cheaper, better). (It might actually work, but you have been warned). @@ -1203,7 +1203,7 @@ =head1 BUGS While the goal of this module is to be correct, that unfortunately does -not mean its bug-free, only that I think its design is bug-free. It is +not mean it's bug-free, only that I think its design is bug-free. It is still relatively early in its development. If you keep reporting bugs they will be fixed swiftly, though.