Fix header level

- Reported at sinatra/sinatra.github.com#137
This commit is contained in:
Seiichi Yonezawa 2014-05-08 17:24:55 +09:00
parent 67af4c2830
commit c890165eec
1 changed files with 1 additions and 1 deletions

View File

@ -1697,7 +1697,7 @@ send_file 'foo.png', :type => :jpg
</dl>
## リクエストオブジェクトへのアクセス
### リクエストオブジェクトへのアクセス
受信するリクエストオブジェクトは、`request`メソッドを通じてリクエストレベル(フィルタ、ルーティング、エラーハンドラ)からアクセスすることができます。