Skip to content

Commit

Permalink
fix: LengthMismatchError name
Browse files Browse the repository at this point in the history
  • Loading branch information
skarab42 committed Mar 13, 2022
1 parent 7155bfd commit bc50442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/errors.ts
Expand Up @@ -2,7 +2,7 @@ import { MapErrorLocation } from "./types";
import { typeOf } from "./util";

export class LengthMismatchError extends TypeError {
override name = "LengthMismatchError ";
override name = "LengthMismatchError";
readonly expected: number;
readonly input: number;

Expand Down

0 comments on commit bc50442

Please sign in to comment.