mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
fix markup for multi word inline code in README, take two (apparently # does not match \w)
This commit is contained in:
parent
626f68904b
commit
9c73cf7d7e
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue