From d0457b77c80aab75a65dc565f8e96ed25625d86b Mon Sep 17 00:00:00 2001 From: Mrinmay Mukherjee Date: Sat, 20 Jun 2020 06:54:29 +0530 Subject: [PATCH] change WTF value from 1 to true (#2016) --- docbits/80_parseopts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docbits/80_parseopts.md b/docbits/80_parseopts.md index af65901..b09dc79 100644 --- a/docbits/80_parseopts.md +++ b/docbits/80_parseopts.md @@ -53,7 +53,7 @@ The exported `read` and `readFile` functions accept an options argument: for files employing other encryption methods. - WTF is mainly for development. By default, the parser will suppress read errors on single worksheets, allowing you to read from the worksheets that do - parse properly. Setting `WTF:1` forces those errors to be thrown. + parse properly. Setting `WTF:true` forces those errors to be thrown. ### Input Type