fix both parfait words to have same indexing
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
class Word < Object
|
||||
|
||||
int _internal_index(int index)
|
||||
return index + 12
|
||||
return index + 11
|
||||
end
|
||||
|
||||
int get_char_at(int index)
|
||||
|
Reference in New Issue
Block a user