From ed5324687ef6cc8bebcbe418301c3f06346f20ae Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Mon, 8 Jul 2013 11:25:40 -0700 Subject: [PATCH] doc: fix bad markdown parsing in list --- doc/api/tls.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/tls.markdown b/doc/api/tls.markdown index 92a2bcd7fa..33a9f86cca 100644 --- a/doc/api/tls.markdown +++ b/doc/api/tls.markdown @@ -55,7 +55,7 @@ exceeded. The limits are configurable: - `tls.CLIENT_RENEG_LIMIT`: renegotiation limit, default is 3. - `tls.CLIENT_RENEG_WINDOW`: renegotiation window in seconds, default is - 10 minutes. + 10 minutes. Don't change the defaults unless you know what you are doing.