We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50de9ba commit 27002c5Copy full SHA for 27002c5
Flow.Launcher.Infrastructure/IAlphabet.cs
@@ -13,7 +13,7 @@ public interface IAlphabet
13
public (string translation, TranslationMapping map) Translate(string stringToTranslate);
14
15
/// <summary>
16
- /// 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.
17
/// </summary>
18
/// <param name="stringToTranslate">String to translate.</param>
19
/// <returns></returns>
0 commit comments