Skip to content

Commit 5b79c11

Browse files
committed
опечатки
1 parent 65a8d40 commit 5b79c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OneScript.Language/SyntaxAnalysis/LocalizedErrors.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public static CodeError TokenExpected(params Token[] expected)
6161
var names = String.Join("/", expected.Select(x => LanguageDef.GetTokenName(x)));
6262
var aliases = String.Join("/", expected.Select(x => LanguageDef.GetTokenAlias(x)));
6363

64-
return Create($"Ожидается один из симолов: {names}", $"Expecting one of symbols: {names}");
64+
return Create($"Ожидается один из символов: {names}", $"Expecting one of symbols: {aliases}");
6565

6666
}
6767

0 commit comments

Comments
 (0)