fix incorrect use of i.e.
Karen Etheridge [Sat, 14 Jun 2014 22:56:54 +0000 (15:56 -0700)]
lib/JSON/MaybeXS.pm

index 583c526..4279307 100644 (file)
@@ -115,7 +115,7 @@ and that object can then be used normally:
 =head2 new
 
 With L<JSON::PP>, L<JSON::XS> and L<Cpanel::JSON::XS> you are required to call
-mutators to set options, i.e.
+mutators to set options, such as:
 
   my $json = $class->new->utf8(1)->pretty(1);