--- JSON-XS/XS.pm 2014/03/02 20:41:14 1.153 +++ JSON-XS/XS.pm 2014/03/02 22:09:38 1.154 @@ -1614,7 +1614,7 @@ structure looking for arrays with a first element of C. -The same approach cna be used to create the tagged format with another +The same approach can be used to create the tagged format with another encoder. First, you create an array with the magic string as first member, the classname as second, and constructor arguments last, encode it as part of your JSON structure, and then: