it was bugging me, ok
This commit is contained in:
parent
e8d2f16c9e
commit
b446288ad2
@ -48,7 +48,7 @@ proc loadWords*(path: string): Dictionary =
|
||||
continue
|
||||
|
||||
result.words.add(word)
|
||||
for _ in 0..<(25 - word.len):
|
||||
for _ in 0 ..< (25 - word.len):
|
||||
result.words.add(' ')
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user