From 27002c50354d38616fa62c72ab4533a446fa3de6 Mon Sep 17 00:00:00 2001 From: VictoriousRaptor <10308169+VictoriousRaptor@users.noreply.github.com> Date: Sun, 13 Jul 2025 19:48:49 +0800 Subject: [PATCH] Update doc --- Flow.Launcher.Infrastructure/IAlphabet.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher.Infrastructure/IAlphabet.cs b/Flow.Launcher.Infrastructure/IAlphabet.cs index e79ec0c6d..d13eeb414 100644 --- a/Flow.Launcher.Infrastructure/IAlphabet.cs +++ b/Flow.Launcher.Infrastructure/IAlphabet.cs @@ -13,7 +13,7 @@ public (string translation, TranslationMapping map) Translate(string stringToTranslate); /// - /// Determine if a string can be translated to English letter with this Alphabet. + /// Determine if a string should be translated to English letter with this Alphabet. /// /// String to translate. ///