diff --git a/lib/http/cookie_jar.rb b/lib/http/cookie_jar.rb index e3712eb..c30db5d 100644 --- a/lib/http/cookie_jar.rb +++ b/lib/http/cookie_jar.rb @@ -88,7 +88,8 @@ class HTTP::CookieJar end end - # Iterates over all cookies that are not expired. + # Iterates over all cookies that are not expired in no particular + # order. # # An optional argument `uri` specifies a URI/URL indicating the # destination of the cookies being selected. Every cookie yielded