X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=examples%2Fcounter-raw.psgi;fp=examples%2Fcounter-raw.psgi;h=40e6ee01651acb1f70a94fd1e8f16b615d6a9ee1;hb=c9cdee2320126174be4d978753b39a6d3888278f;hp=84d7fe4cc83b80778733c40b1b1b214f6be03532;hpb=ea40d8684ac527fc3027ea8345a1bed11f5865ea;p=catagits%2FWeb-Session.git diff --git a/examples/counter-raw.psgi b/examples/counter-raw.psgi index 84d7fe4..40e6ee0 100755 --- a/examples/counter-raw.psgi +++ b/examples/counter-raw.psgi @@ -5,7 +5,7 @@ # Plack::Middleware::Session interface ($env->{'psgix.session'}) could # be wrapped and integrated as part of the request API. See Tatsumaki # (integrated via subclassing Plack::Request) and Dancer::Session::PSGI -# how to adapt Plack::Middleware::Session to web frameworks API. +# how to adapt Plack::Middleware::Session to web frameworks' APIs. # You're not recommended to write a new web application using this style.