summary refs log tree commit
path: root/lib/rack/session/pool.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rack/session/pool.rb')
-rw-r--r--lib/rack/session/pool.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rack/session/pool.rb b/lib/rack/session/pool.rb
index f6f87408..b3f8bd72 100644
--- a/lib/rack/session/pool.rb
+++ b/lib/rack/session/pool.rb
@@ -13,7 +13,7 @@ module Rack
     # In the context of a multithreaded environment, sessions being
     # committed to the pool is done in a merging manner.
     #
-    # The :drop option is available in rack.session.options if you with to
+    # The :drop option is available in rack.session.options if you wish to
     # explicitly remove the session from the session cache.
     #
     # Example: