mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
commit
7379c235e7
2 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ module Sinatra
|
|||
#
|
||||
# But it also can provide specific environment configuration. There are two
|
||||
# ways to do that: at the file level and at the setting level. They are
|
||||
# illustrated, repsectively, as follows:
|
||||
# illustrated, respectively, as follows:
|
||||
#
|
||||
# development:
|
||||
# foo: development
|
||||
|
|
|
@ -6,7 +6,7 @@ module Sinatra
|
|||
# = Sinatra::Streaming
|
||||
#
|
||||
# Sinatra 1.3 introduced the +stream+ helper. This addon improves the
|
||||
# streaming API by making the stream object immitate an IO object, turning
|
||||
# streaming API by making the stream object imitate an IO object, turning
|
||||
# it into a real Deferrable and making the body play nicer with middleware
|
||||
# unaware of streaming.
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue