From: gregor herrmann Date: Sat, 29 Oct 2016 12:59:14 +0000 (-0700) Subject: spelling mistakes (RT#118540) X-Git-Tag: v0.032~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FWeb-Simple.git;a=commitdiff_plain;h=e139ce1642139a961b78ea726bc7afccc28966c8 spelling mistakes (RT#118540) --- diff --git a/lib/Web/Simple.pm b/lib/Web/Simple.pm index 95dfac2..7adf003 100644 --- a/lib/Web/Simple.pm +++ b/lib/Web/Simple.pm @@ -571,7 +571,7 @@ the 'coffee' parameter. Note, in the case where you combine arrayref, single parameter and named hashref style, the arrayref and single parameters will appear in C<@_> in the -order you defined them in the protoype, but all hashrefs will merge into a +order you defined them in the prototype, but all hashrefs will merge into a single C<$params>, as in the example above. =head3 Upload matches @@ -606,7 +606,7 @@ Matches may be combined with the + character - e.g. 'GET + /user/*' => sub { -to create an AND match. They may also be combined withe the | character - e.g. +to create an AND match. They may also be combined with the | character - e.g. 'GET|POST' => sub {