From a318396c9d7ac9baab4731c39e6ee748048f3eac Mon Sep 17 00:00:00 2001 From: Sergi Almacellas Abellana Date: Thu, 14 Nov 2019 09:23:03 +0100 Subject: [PATCH] Reword newline docs Fixes #737 --- docs/docs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs.html b/docs/docs.html index 647164ea..207250ea 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -318,7 +318,7 @@
Unparse Config Options
newline - The newline sequence. Must be one of "\r", "\n", or "\r\n". + The character used to determine newline sequence. It defaults to "\r\n".