--- JSON-XS/XS.pm 2008/04/29 16:07:56 1.103 +++ JSON-XS/XS.pm 2008/05/08 15:33:06 1.104 @@ -1017,7 +1017,7 @@ C<1>, which get turned into C and C atoms in JSON. You can also use C and C to improve readability. - encode_json [\0,JSON::XS::true] # yields [false,true] + encode_json [\0, JSON::XS::true] # yields [false,true] =item JSON::XS::true, JSON::XS::false