1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

Revert missing translations [ci skip]

IO should be actual class name.
This commit is contained in:
Seiichi Yonezawa 2014-03-30 09:14:06 +09:00
parent 006c05e2e1
commit 8708d4241f

View file

@ -1744,7 +1744,7 @@ get "/" do
end
```
`request.body`入出力またはStringIOのオブジェクトです。
`request.body`IOまたはStringIOのオブジェクトです。
``` ruby
post "/api" do