We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ffb59 commit d205bd9Copy full SHA for d205bd9
src/translator/translator.ts
@@ -23,7 +23,7 @@ export function translate(tokiPona: string): IterableResult<string> {
23
if (unique.size >= RANDOMIZATION_LIMIT) {
24
yield {
25
type: "error",
26
- error: new ResultError("too much output to shuffle"),
+ error: new ResultError("too many output to shuffle"),
27
};
28
return;
29
}
0 commit comments