Skip to content

Commit

Permalink
fix markup for multi word inline code in README, take two (apparently…
Browse files Browse the repository at this point in the history
… # does not match \w)
  • Loading branch information
rkh committed Oct 12, 2010
1 parent 68e05d9 commit 209989e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -131,7 +131,7 @@ or HTTP status code:

* An Array with three elements: <tt>[status (Fixnum), headers (Hash), response body (responds to #each)]</tt>
* An Array with two elements: <tt>[status (Fixnum), response body (responds to #each)]</tt>
* An object that responds to +#each+ and passes nothing but strings to the given block
* An object that responds to <tt>#each</tt> 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:
Expand Down

0 comments on commit 209989e

Please sign in to comment.