From 21422f25fd3b4c3a0476ea1e83ee0de8d8895cf4 Mon Sep 17 00:00:00 2001
From: Zoom L1 <46046453+AgaSpace@users.noreply.github.com>
Date: Thu, 15 Jun 2023 15:51:01 +0700
Subject: [PATCH] Update TShockAPI/Hooks/PlayerHooks.cs
Co-authored-by: Arthri <41360489+Arthri@users.noreply.github.com>
---
TShockAPI/Hooks/PlayerHooks.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/TShockAPI/Hooks/PlayerHooks.cs b/TShockAPI/Hooks/PlayerHooks.cs
index 15cac88d..8135a3f9 100644
--- a/TShockAPI/Hooks/PlayerHooks.cs
+++ b/TShockAPI/Hooks/PlayerHooks.cs
@@ -408,7 +408,7 @@ namespace TShockAPI.Hooks
/// The EventArgs for this event.
public delegate void PostPlayerCommandD(PostPlayerCommandEventArgs e);
///
- /// Fired after the command is run.
+ /// Fired after a command is run.
///
public static event PostPlayerCommandD PostPlayerCommand;