From 02fa70436cb7eda473a8c5a754935ee52a0ead50 Mon Sep 17 00:00:00 2001 From: Dmitry Volyntsev Date: Mon, 5 Jun 2023 18:21:07 -0700 Subject: [PATCH] Types: fixed typos. --- ts/ngx_core.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ts/ngx_core.d.ts b/ts/ngx_core.d.ts index f2bd7cab..edf8672f 100644 --- a/ts/ngx_core.d.ts +++ b/ts/ngx_core.d.ts @@ -102,7 +102,7 @@ declare class Request { * Request constructors. * * @param init is an optional initialization object. - * @returns returns Headers object. + * @returns returns Request object. * @since 0.7.10 */ constructor(input: NjsStringLike | Request, options?: NgxRequestOptions); @@ -162,7 +162,7 @@ declare class Response { * Response constructors. * * @param init is an optional initialization object. - * @returns returns Headers object. + * @returns returns Response object. * @since 0.7.10 */ constructor(body?: NjsStringLike, options?: NgxResponseOptions); -- 2.47.3