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

Fix missing closing brackets [ci skip]

This commit is contained in:
Seiichi Yonezawa 2014-04-09 08:45:57 +09:00
parent a02354f983
commit 4f659103a8

View file

@ -1949,7 +1949,7 @@ set :protection, :session => true
</dd>
<dt>bind</dt>
<dd>バインドするIPアドレス(デフォルト: `environment`がdevelopmentにセットされているときは、<tt>0.0.0.0</tt> <em>または</em> <tt>localhost</tt>)。ビルトインサーバでのみ使われる。
<dd>バインドするIPアドレス(デフォルト: `environment`がdevelopmentにセットされているときは、<tt>0.0.0.0</tt> <em>または</em> <tt>localhost</tt>)。ビルトインサーバでのみ使われる。</dd>
<dt>default_encoding</dt>
<dd>不明なときに仮定されるエンコーディング(デフォルトは<tt>"utf-8"</tt>)。</dd>