File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3737
3838引数 item を要素として持つ配列を生成して返します。
3939
40- [[c:Array]] のサブクラスを作成したしたときに 、そのサブクラスのインスタンスを作成
40+ [[c:Array]] のサブクラスを作成したときに 、そのサブクラスのインスタンスを作成
4141しやすくするために用意されている。
4242
4343@param item 配列の要素を指定します。
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ status パラメータには以下の文字列が使えます。
103103 " METHOD_NOT_ALLOWED" -- > " 405 Method Not Allowed"
104104 " NOT_ACCEPTABLE" -- > " 406 Not Acceptable"
105105 " LENGTH_REQUIRED" -- > " 411 Length Required"
106- " PRECONDITION_FAILED" -- > " 412 Rrecondition Failed"
106+ " PRECONDITION_FAILED" -- > " 412 Precondition Failed"
107107 " SERVER_ERROR" -- > " 500 Internal Server Error"
108108 " NOT_IMPLEMENTED" -- > " 501 Method Not Implemented"
109109 " BAD_GATEWAY" -- > " 502 Bad Gateway"
You can’t perform that action at this time.
0 commit comments