about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-01-12 03:22:40 +0000
committerEric Wong <e@80x24.org>2015-01-12 03:36:58 +0000
commit41dc583715dbec4cb47aa65cd8e1fa63ce323d8a (patch)
tree401566aece5c463483f6fa12d0d74c1b14e50262
parent2679648354eaf06ff1a06dca9439518721da5998 (diff)
downloadkcar-41dc583715dbec4cb47aa65cd8e1fa63ce323d8a.tar.gz
-rw-r--r--lib/kcar/response.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kcar/response.rb b/lib/kcar/response.rb
index 2ba19f2..dba7fc8 100644
--- a/lib/kcar/response.rb
+++ b/lib/kcar/response.rb
@@ -27,7 +27,7 @@ class Kcar::Response
   #
   #    [ status, headers, body ]
   #
-  # Use Kcar::Response#rack if you want to guaranteee a proper Rack response.
+  # Use Kcar::Response#rack if you want to guarantee a proper Rack response.
   #
   # this method will not return until the response headers are fully parsed,
   # but the body returned will be this Kcar::Response handler itself.