Skip to content

Commit

Permalink
Cleaned up grammar.
Browse files Browse the repository at this point in the history
  • Loading branch information
doomchild committed Mar 21, 2012
1 parent 5605f18 commit d70a5c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/middleware/session/session.lisp
Expand Up @@ -103,11 +103,11 @@ Clack.Middleware.Session - Middleware for session management.
"

@doc:DESCRIPTION "
Clack.Middleware.Session provides you session interface. By default this will use cookies to keep session state and store data in memory.
Clack.Middleware.Session provides a session interface. By default this will use cookies to keep session state and store data in memory.
You can change this behavior to inherit `<clack-session-state>' and `<clack-session-store>'.
You can change this behavior by inheriting `<clack-session-state>' and `<clack-session-store>'.
Note the `:clack.session' is a hash table, not a plist, because plist cannot keep state between functions.
Note the `:clack.session' is a hash table, not a plist, because plists cannot keep state between functions.
"

@doc:AUTHOR "
Expand Down

0 comments on commit d70a5c8

Please sign in to comment.