From 77c4c9d2e732a4b6e325017b175bf7449fd4a51d Mon Sep 17 00:00:00 2001 From: FiniteReality Date: Sat, 25 Apr 2020 13:57:13 +0100 Subject: [PATCH] Fix docs typo --- src/Core/Entities/IUser.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/Entities/IUser.cs b/src/Core/Entities/IUser.cs index 2183846e1..c1200d580 100644 --- a/src/Core/Entities/IUser.cs +++ b/src/Core/Entities/IUser.cs @@ -1,7 +1,7 @@ namespace Discord.Core { /// - /// An interface representing the collection of operations that can be + /// An interface representing the collection of operations which can be /// performed on a user. /// public interface IUser