From 5ba7365cd39e38c6dde46edc93dfc0261b57d9f8 Mon Sep 17 00:00:00 2001 From: zonble Date: Sun, 30 Jan 2022 08:26:32 +0800 Subject: [PATCH] Fixes typos. --- Source/Engine/McBopomofoLM.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Engine/McBopomofoLM.h b/Source/Engine/McBopomofoLM.h index 31bcb0f2..b70723f9 100644 --- a/Source/Engine/McBopomofoLM.h +++ b/Source/Engine/McBopomofoLM.h @@ -37,8 +37,8 @@ using namespace Formosa::Gramambular; /// McBopomofoLM is a facade for managing a set of models including /// the input method language model, user phrases and excluded phrases. /// -/// It is the primary model class that the input controller and grammer builder -/// of McBopomofo talk to. When the grammer builder starts to build a sentense +/// It is the primary model class that the input controller and grammar builder +/// of McBopomofo talks to. When the grammar builder starts to build a sentence /// from a series of BPMF readings, it passes the readings to the model to see /// if there are valid unigrams, and use returned unigrams to produce the final /// results.