From 209989e42f4dd03129976f034655763974499e88 Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Fri, 3 Sep 2010 08:01:23 +0200 Subject: [PATCH] fix markup for multi word inline code in README, take two (apparently # does not match \w) --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: