Skip to content

Commit

Permalink
Doc string typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
misfo committed Dec 7, 2011
1 parent d2b9783 commit 54c9808
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ring-core/src/ring/middleware/session.clj
Expand Up @@ -16,9 +16,9 @@
session is stored. Defaults to in-memory storage
(ring.middleware.session.store.MemoryStore).
:root
The root path of the session. Anything path above this will not
be able to see this session. Equivalent to setting the cookie's
path attribute. Defaults to \"/\".
The root path of the session. Any path above this will not be able to
see this session. Equivalent to setting the cookie's path attribute.
Defaults to \"/\".
:cookie-name
The name of the cookie that holds the session key. Defaults to
\"ring-session\"
Expand Down

0 comments on commit 54c9808

Please sign in to comment.