Skip to content

Commit 27002c5

Browse files
Update doc
1 parent 50de9ba commit 27002c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Infrastructure/IAlphabet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public interface IAlphabet
1313
public (string translation, TranslationMapping map) Translate(string stringToTranslate);
1414

1515
/// <summary>
16-
/// Determine if a string can be translated to English letter with this Alphabet.
16+
/// Determine if a string should be translated to English letter with this Alphabet.
1717
/// </summary>
1818
/// <param name="stringToTranslate">String to translate.</param>
1919
/// <returns></returns>

0 commit comments

Comments
 (0)