typo fix (via RT#90169)
Karen Etheridge [Wed, 23 Apr 2014 16:14:57 +0000 (09:14 -0700)]
lib/JSON/MaybeXS.pm

index 164cef4..10387ce 100644 (file)
@@ -88,7 +88,7 @@ To import only some symbols, specify them on the C<use> line:
 =head2 encode_json
 
 This is the C<encode_json> function provided by the selected implementation
-module, and takes a perl data stucture which is serialised to JSON text.
+module, and takes a perl data structure which is serialised to JSON text.
 
   my $json_text = encode_json($data_structure);