Skip to content

Commit 7138541

Browse files
committed
Update CallbackData.cs
1 parent 9edf416 commit 7138541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TelegramBotBase/Form/CallbackData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public static bool TryDeserialize(string raw_data, out CallbackData data)
8484
}
8585
catch (JsonException)
8686
{
87-
// Ungültiges JSON-Format
87+
// Invalid JSON-Format
8888
}
8989

9090

0 commit comments

Comments
 (0)