From 8599052283853419ba9f7a4acc5bd8cb76909a0c Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Wed, 21 Aug 2019 13:32:59 -0700 Subject: [PATCH] doc: add https.Server extends tls.Server PR-URL: https://github.com/nodejs/node/pull/29256 Reviewed-By: Luigi Pinca Reviewed-By: James M Snell Reviewed-By: Jiawen Geng --- doc/api/https.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/api/https.md b/doc/api/https.md index 6118004aec4fbd..172c91bbfa9fae 100644 --- a/doc/api/https.md +++ b/doc/api/https.md @@ -49,8 +49,9 @@ changes: added: v0.3.4 --> -This class is a subclass of `tls.Server` and emits events same as -[`http.Server`][]. See [`http.Server`][] for more information. +* Extends: {tls.Server} + +See [`http.Server`][] for more information. ### server.close([callback])