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