From e4d99492e734c539318406a550d76f59aee02a3f Mon Sep 17 00:00:00 2001 From: Lucian Buzzo Date: Wed, 6 Aug 2025 12:09:18 +0100 Subject: [PATCH] fix typo in docs for `from` option --- src/md/parse/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/md/parse/options.md b/src/md/parse/options.md index c76cc75e..92703d05 100644 --- a/src/md/parse/options.md +++ b/src/md/parse/options.md @@ -46,7 +46,7 @@ All options are optional. The options from the [Node.js Stream Writable](https:/ Set the escape character as one character/byte only. It only applies to quote and escape characters inside quoted fields and it defaults to `"` (double quote). - [`from`](/parse/options/from/) (number) _Since version 1.2.0_ - Start handling records from a requested number of records. Count is 1-based, for example, provides `1` (and not `0`) to emit first record. + Start handling records from a requested number of records. Count is 1-based, for example, provides `1` (and not `0`) to omit first record. - [`from_line`](/parse/options/from_line/) (number) _Since version 4.0.0_ Start handling records from a requested line number.