Skip to content

Commit c70cdf2

Browse files
committed
Fix typos
found in comments of rurema/bitclust#189
1 parent dde1c34 commit c70cdf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

refm/api/src/_builtin/Array

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ end
3737

3838
引数 item を要素として持つ配列を生成して返します。
3939

40-
[[c:Array]] のサブクラスを作成したしたときに、そのサブクラスのインスタンスを作成
40+
[[c:Array]] のサブクラスを作成したときに、そのサブクラスのインスタンスを作成
4141
しやすくするために用意されている。
4242

4343
@param item 配列の要素を指定します。

refm/api/src/cgi/core.rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)