update comment

This commit is contained in:
Peter Gromov 2021-03-05 16:17:04 +01:00
parent 4842e0c9ca
commit fb9805f4d3
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ class GeneratingSuggester {
assert rootChars.length > 0;
if (Math.abs(rootChars.length - word.length()) > MAX_ROOT_LENGTH_DIFF) {
assert rootChars.length < word.length(); // nextKey takes care of longer keys
assert rootChars.length < word.length(); // processAllWords takes care of longer keys
return;
}