mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am 0f645381
: Merge "Fix typo wordPreperty -> wordProperty."
* commit '0f645381ee289fbb357c3070fefb659fd7931c8f': Fix typo wordPreperty -> wordProperty.
This commit is contained in:
commit
c0e181484f
@ -414,8 +414,8 @@ public final class BinaryDictionary extends Dictionary {
|
||||
public WordProperty mWordProperty;
|
||||
public int mNextToken;
|
||||
|
||||
public GetNextWordPropertyResult(final WordProperty wordPreperty, final int nextToken) {
|
||||
mWordProperty = wordPreperty;
|
||||
public GetNextWordPropertyResult(final WordProperty wordProperty, final int nextToken) {
|
||||
mWordProperty = wordProperty;
|
||||
mNextToken = nextToken;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user