it was bugging me, ok
This commit is contained in:
@ -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(' ')
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user