Skip to content

Commit 5cd7ae7

Browse files
Fix typo
1 parent 3f18627 commit 5cd7ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Infrastructure/TranslationMapping.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class TranslationMapping
88
{
99
private bool constructed;
1010

11-
// Asssuming one original item maps to multi translated items
11+
// Assuming one original item maps to multi translated items
1212
// list[i] is the last translated index + 1 of original index i
1313
private readonly List<int> originalToTranslated = new List<int>();
1414

0 commit comments

Comments
 (0)