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
1 changed files with 1 additions and 1 deletions

View File

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