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])