Skip to content

Commit 16ff20d

Browse files
committed
FIx: コメント修正
1 parent 8cb2705 commit 16ff20d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/Gateway.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export abstract class Gateway {
9999
if (response.ok) {
100100
return data as T;
101101
} else {
102-
// Qiitaがエラーの際に返すレスポンスコードが明記されていなかったので
102+
// Qiitaがエラーの際に返すステータスコードが明記されていなかったので
103103
// ありそうなものをハンドルしています。
104104
// ref: https://qiita.com/api/v2/docs#%E3%82%B9%E3%83%86%E3%83%BC%E3%82%BF%E3%82%B9%E3%82%B3%E3%83%BC%E3%83%89
105105
switch (response.status) {

0 commit comments

Comments
 (0)