]> git.imager.perl.org - imager.git/commitdiff
sacrifice a chicken to the spell-checker gods
authorTony Cook <tony@develop-help.com>
Wed, 25 Jun 2014 11:31:27 +0000 (21:31 +1000)
committerTony Cook <tony@develop-help.com>
Wed, 25 Jun 2014 11:31:27 +0000 (21:31 +1000)
lib/Imager/IO.pod

index eee084235edad451135853310abf1d0f2df9b1e9..1d0501e20a3c91fe56022720383f05af1540f67c 100644 (file)
@@ -42,8 +42,8 @@ Create a new I/O layer based on a memory buffer.
 Buffer I/O layers are read only.
 
 C<$data> can either a simple octet string, or a reference to an octet
-string.  If C<$data> contains characters with a code point above 0xFF
-an exception will be thrown.
+string.  If C<$data> contains characters with a code point above
+C<0xFF> an exception will be thrown.
 
 =item new_cb($writecb, $readcb, $seekcb, $closecb)