Skip to content

Commit 5780cd7

Browse files
authored
fix: typo suboptimial to suboptimal (AssemblyScript#2332) (AssemblyScript#2333)
1 parent 291f9b6 commit 5780cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ export async function main(argv, options) {
835835
}
836836
if (next.length >= last.length) {
837837
if (next.length > last.length) {
838-
stderr.write(`Last converge was suboptimial.${EOL}`);
838+
stderr.write(`Last converge was suboptimal.${EOL}`);
839839
}
840840
break;
841841
}

0 commit comments

Comments
 (0)