Fixed a wrong punctuation in UserOverrideModel.cpp

This commit is contained in:
ShikiSuen 2022-01-24 20:24:31 +08:00
parent 8acc1d73fe
commit 39f4cb5857
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ static double Score(size_t eventCount,
static bool IsEndingPunctuation(const string& value) {
return value == "" || value == "" || value== "" || value == "" ||
value == "" || value == "" || value== "" || value == "";
value == "" || value == "" || value== "" || value == "";
}
static string WalkedNodesToKey(const std::vector<NodeAnchor>& walkedNodes,
size_t cursorIndex) {