mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
docs(csv): correct thrown error type in fieldsPerRecord
field description (#5594)
This commit is contained in:
parent
fd323c80f5
commit
b213d54732
@ -287,7 +287,7 @@ export interface ParseOptions {
|
||||
* If negative, no check is made and records may have a variable number of
|
||||
* fields.
|
||||
*
|
||||
* If the wrong number of fields is in a row, a {@linkcode ParseError} is
|
||||
* If the wrong number of fields is in a row, a {@linkcode SyntaxError} is
|
||||
* thrown.
|
||||
*/
|
||||
fieldsPerRecord?: number;
|
||||
|
Loading…
Reference in New Issue
Block a user