From: Karen Etheridge Date: Wed, 23 Apr 2014 16:14:57 +0000 (-0700) Subject: typo fix (via RT#90169) X-Git-Tag: v1.002001~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0629a8aff83585df22882f2aeebf0bc927d3b141;p=p5sagit%2FJSON-MaybeXS.git typo fix (via RT#90169) --- diff --git a/lib/JSON/MaybeXS.pm b/lib/JSON/MaybeXS.pm index 164cef4..10387ce 100644 --- a/lib/JSON/MaybeXS.pm +++ b/lib/JSON/MaybeXS.pm @@ -88,7 +88,7 @@ To import only some symbols, specify them on the C line: =head2 encode_json This is the C 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);