We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d2c4bc commit c362766Copy full SHA for c362766
src/Decoder.ts
@@ -159,7 +159,7 @@ export class Decoder<ContextType> {
159
160
const { headByte, pos, totalPos } = this;
161
throw new RangeError(
162
- `Insufficient data in parcing ${prettyByte(headByte)} at ${totalPos} (${pos} in the current buffer)`,
+ `Insufficient data in parsing ${prettyByte(headByte)} at ${totalPos} (${pos} in the current buffer)`,
163
);
164
}
165
0 commit comments