Skip to content

Commit

Permalink
исправлена кодировка
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Rm committed Jun 21, 2024
1 parent b7fbdfe commit 459aebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OneScript.Core/Exceptions/TypeConversionException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public TypeConversionException(BilingualString message) : base(message)

public TypeConversionException()
: base(new BilingualString(
"Íåñîîòâåòñòâèå òèïîâ",
"Несоответствие типов",
"Type mismatch"))
{
}
Expand Down

0 comments on commit 459aebe

Please sign in to comment.