From 2dbb2f72c3b5f92494fc0be00685c7337536750f Mon Sep 17 00:00:00 2001 From: Chris Johnston Date: Sat, 12 Jan 2019 15:58:24 -0800 Subject: [PATCH] use tag for xmldoc 'null's --- src/Discord.Net.Core/Entities/Users/IUser.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Discord.Net.Core/Entities/Users/IUser.cs b/src/Discord.Net.Core/Entities/Users/IUser.cs index ae0b16a72..f99f777fb 100644 --- a/src/Discord.Net.Core/Entities/Users/IUser.cs +++ b/src/Discord.Net.Core/Entities/Users/IUser.cs @@ -130,7 +130,7 @@ namespace Discord /// meaning that users and bots will not have access to this information. /// /// - /// The type of Nitro subscription the user subscribes to, or null if this value could not be determined. + /// The type of Nitro subscription the user subscribes to, or null if this value could not be determined. /// PremiumType? PremiumType { get; } ///