Skip to content

Commit 2a1af53

Browse files
committed
Fix: typo
1 parent daa61b3 commit 2a1af53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SmallTail.Asf.Tf2/Tf2Plugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ public async Task OnLoaded()
205205
{
206206
if (args.Length < 2)
207207
{
208-
return $"<{bot.BotName}> <itemDef > argument is required";
208+
return $"<{bot.BotName}> <itemDef> argument is required";
209209
}
210210

211211
if (!uint.TryParse(args[2], out var defIndex))

0 commit comments

Comments
 (0)