Welcome! Log In Create A New Profile

Advanced

[njs] Types: fixed typos.

Dmitry Volyntsev
June 05, 2023 09:32PM
details: https://hg.nginx.org/njs/rev/92678163754a
branches:
changeset: 2150:92678163754a
user: Dmitry Volyntsev <xeioex@nginx.com>
date: Mon Jun 05 18:21:07 2023 -0700
description:
Types: fixed typos.

diffstat:

ts/ngx_core.d.ts | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r f357972b28e3 -r 92678163754a ts/ngx_core.d.ts
--- a/ts/ngx_core.d.ts Mon Jun 05 18:21:06 2023 -0700
+++ b/ts/ngx_core.d.ts Mon Jun 05 18:21:07 2023 -0700
@@ -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);
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[njs] Types: fixed typos.

Dmitry Volyntsev 297 June 05, 2023 09:32PM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 156
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready