Skip to content

fix typo in docs for from option #151

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/md/parse/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down