diff --git a/README.rdoc b/README.rdoc index c02c6ab052..0370b802a6 100644 --- a/README.rdoc +++ b/README.rdoc @@ -131,7 +131,7 @@ or HTTP status code: * An Array with three elements: [status (Fixnum), headers (Hash), response body (responds to #each)] * An Array with two elements: [status (Fixnum), response body (responds to #each)] -* An object that responds to +#each+ and passes nothing but strings to the given block +* An object that responds to #each and passes nothing but strings to the given block * A Fixnum representing the status code That way we can for instance easily implement a streaming example: