From 7c431b52bb084aef1e671bba4d78d19257f51112 Mon Sep 17 00:00:00 2001
From: Hsu Still <341464@gmail.com>
Date: Mon, 19 Mar 2018 15:15:54 +0800
Subject: [PATCH] Grammar fix
---
src/Discord.Net.Commands/RunMode.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Discord.Net.Commands/RunMode.cs b/src/Discord.Net.Commands/RunMode.cs
index 43ced3f72..d3c50d9ed 100644
--- a/src/Discord.Net.Commands/RunMode.cs
+++ b/src/Discord.Net.Commands/RunMode.cs
@@ -7,7 +7,7 @@ namespace Discord.Commands
///
Default,
///
- /// Executes the command on the same thread as gateway.
+ /// Executes the command on the same thread as gateway one.
///
Sync,
///