Skip to content

Commit

Permalink
docs(http): Add mention to default value 'OK' for statusText. Fix ang…
Browse files Browse the repository at this point in the history
  • Loading branch information
bagage committed Apr 22, 2018
1 parent 6761a64 commit e554742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/http/src/response.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export abstract class HttpResponseBase {
readonly status: number;

/**
* Textual description of response status code.
* Textual description of response status code, defaults to OK.
*
* Do not depend on this.
*/
Expand Down

0 comments on commit e554742

Please sign in to comment.