diff --git a/src/Discord.Net.Core/Entities/Messages/IMessage.cs b/src/Discord.Net.Core/Entities/Messages/IMessage.cs
index d92fd1d7b..48db4fdf0 100644
--- a/src/Discord.Net.Core/Entities/Messages/IMessage.cs
+++ b/src/Discord.Net.Core/Entities/Messages/IMessage.cs
@@ -49,7 +49,7 @@ namespace Discord
/// Gets the content for this message.
///
///
- /// This will be if the privileged message intent is disabled.
+ /// This will be empty if the privileged is disabled.
///
///
/// A string that contains the body of the message; note that this field may be empty if there is an embed.
@@ -59,7 +59,7 @@ namespace Discord
/// Gets the clean content for this message.
///
///
- /// This will be if the privileged message intent is disabled.
+ /// This will be empty if the privileged is disabled.
///
///
/// A string that contains the body of the message stripped of mentions, markdown, emojis and pings; note that this field may be empty if there is an embed.