From 938abc03bcc69925f88b64245f26df3d597ef7f3 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Sun, 22 Apr 2018 11:08:56 +0200 Subject: [PATCH] docs(http): Add mention to default value 'OK' for statusText. #23334 (#23494) PR Close #23494 --- packages/common/http/src/response.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/common/http/src/response.ts b/packages/common/http/src/response.ts index 85f5c9441c..e9ccd95422 100644 --- a/packages/common/http/src/response.ts +++ b/packages/common/http/src/response.ts @@ -156,7 +156,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. */