Skip to content

Commit d205bd9

Browse files
committed
fix
1 parent c8ffb59 commit d205bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/translator/translator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export function translate(tokiPona: string): IterableResult<string> {
2323
if (unique.size >= RANDOMIZATION_LIMIT) {
2424
yield {
2525
type: "error",
26-
error: new ResultError("too much output to shuffle"),
26+
error: new ResultError("too many output to shuffle"),
2727
};
2828
return;
2929
}

0 commit comments

Comments
 (0)