docs(csv): correct thrown error type in fieldsPerRecord field description (#5594)

This commit is contained in:
Yoshiya Hinosawa 2024-07-31 20:44:54 +09:00 committed by GitHub
parent fd323c80f5
commit b213d54732
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;