Skip to content

Commit

Permalink
fix internal close #1
Browse files Browse the repository at this point in the history
  • Loading branch information
liyu001989 committed Feb 14, 2017
1 parent f42e126 commit 7b92bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Responses.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ return $this->response->errorBadRequest();
return $this->response->errorForbidden();

// An internal error with an optional message as the first parameter.
// 一个网络错误,第一个参数可以传递自定义消息。
// 一个内部错误,第一个参数可以传递自定义消息。
return $this->response->errorInternal();

// An unauthorized error with an optional message as the first parameter.
Expand Down

0 comments on commit 7b92bd2

Please sign in to comment.