From: Wang Xinyong Date: Thu, 9 Oct 2014 17:15:05 +0000 (+0800) Subject: doc: correct createSecureContext X-Git-Tag: v0.11.15~101 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=db7df57e0342a5a6922bd2700ffc78c5a99841c8;p=platform%2Fupstream%2Fnodejs.git doc: correct createSecureContext Remove incorrect stablity indication of tls.createSecureContext, and format stablity indication of crypto.createCredentials. Fixes: e50749 "doc: document `tls.createSecureContext`" Reviewed-by: Trevor Norris --- diff --git a/doc/api/crypto.markdown b/doc/api/crypto.markdown index 4e465d6..b6dcf46 100644 --- a/doc/api/crypto.markdown +++ b/doc/api/crypto.markdown @@ -58,7 +58,7 @@ Example: ## crypto.createCredentials(details) -Stability: 0 - Deprecated. Use [tls.createSecureContext][] instead. + Stability: 0 - Deprecated. Use [tls.createSecureContext][] instead. Creates a credentials object, with the optional details being a dictionary with keys: diff --git a/doc/api/tls.markdown b/doc/api/tls.markdown index 7d9aada..1717223 100644 --- a/doc/api/tls.markdown +++ b/doc/api/tls.markdown @@ -428,8 +428,6 @@ Construct a new TLSSocket object from existing TCP socket. ## tls.createSecureContext(details) -Stability: 0 - Deprecated. Use tls.createSecureContext instead. - Creates a credentials object, with the optional details being a dictionary with keys: