From 9c73cf7d7e50a3ba5a45376afaace1e70ac8b968 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 1e3d8df0..11e95682 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: