lib/kcar/response.rb in kcar-0.4.0 vs lib/kcar/response.rb in kcar-0.5.0
- old
+ new
@@ -25,10 +25,10 @@
# returns a 3-element array that resembles a Rack response, but is
# more useful for additional processing by other code.
#
# [ 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.
# +unchunk+ must be true to guarantee trailers will be stored in the
# returned +header+ object