when a POST supplies content encoding, dont assume UTF8
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Request / Upload.pm
index 6df2dff..39bc4c0 100644 (file)
@@ -135,8 +135,8 @@ is found. This also accepts an override encoding value that you can use to
 force a particular L<PerlIO> layer.  If neither are found the filehandle is
 set to :raw.
 
-This is useful if you are pulling the file into code and inspecting bit and
-maybe then sending those bits back as the response.  (Please not this is not
+This is useful if you are pulling the file into code and inspecting bits and
+maybe then sending those bits back as the response.  (Please note this is not
 a suitable filehandle to set in the body; use C<fh> if you are doing that).
 
 Please note that using this method sets the underlying filehandle IO layer