diff --git a/src/Discord.Net.Core/Entities/Messages/Embed.cs b/src/Discord.Net.Core/Entities/Messages/Embed.cs
index ea252cb41..c4ff27f60 100644
--- a/src/Discord.Net.Core/Entities/Messages/Embed.cs
+++ b/src/Discord.Net.Core/Entities/Messages/Embed.cs
@@ -103,7 +103,7 @@ namespace Discord
=> !(left == right);
///
- /// Determines whether the specified object is equals to the current .
+ /// Determines whether the specified object is equal to the current .
///
///
/// If the object passes is an , will be called to compare the 2 instances
@@ -114,7 +114,7 @@ namespace Discord
=> obj is Embed embed && Equals(embed);
///
- /// Determines whether the specified is equals to the current
+ /// Determines whether the specified is equal to the current
///
/// The to compare with the current
///
diff --git a/src/Discord.Net.Core/Entities/Messages/EmbedAuthor.cs b/src/Discord.Net.Core/Entities/Messages/EmbedAuthor.cs
index b728c42a0..63131e2fb 100644
--- a/src/Discord.Net.Core/Entities/Messages/EmbedAuthor.cs
+++ b/src/Discord.Net.Core/Entities/Messages/EmbedAuthor.cs
@@ -51,7 +51,7 @@ namespace Discord
=> !(left == right);
///
- /// Determines whether the specified object is equals to the current .
+ /// Determines whether the specified object is equal to the current .
///
///
/// If the object passes is an , will be called to compare the 2 instances
@@ -62,7 +62,7 @@ namespace Discord
=> obj is EmbedAuthor embedAuthor && Equals(embedAuthor);
///
- /// Determines whether the specified is equals to the current
+ /// Determines whether the specified is equal to the current
///
/// The to compare with the current
///
diff --git a/src/Discord.Net.Core/Entities/Messages/EmbedBuilder.cs b/src/Discord.Net.Core/Entities/Messages/EmbedBuilder.cs
index 3eb358591..0428f9ac7 100644
--- a/src/Discord.Net.Core/Entities/Messages/EmbedBuilder.cs
+++ b/src/Discord.Net.Core/Entities/Messages/EmbedBuilder.cs
@@ -490,7 +490,7 @@ namespace Discord
=> !(left == right);
///
- /// Determines whether the specified object is equals to the current .
+ /// Determines whether the specified object is equal to the current .
///
///
/// If the object passes is an , will be called to compare the 2 instances
@@ -501,7 +501,7 @@ namespace Discord
=> obj is EmbedBuilder embedBuilder && Equals(embedBuilder);
///
- /// Determines whether the specified is equals to the current
+ /// Determines whether the specified is equal to the current
///
/// The to compare with the current
///
@@ -652,7 +652,7 @@ namespace Discord
=> !(left == right);
///
- /// Determines whether the specified object is equals to the current .
+ /// Determines whether the specified object is equal to the current .
///
///
/// If the object passes is an , will be called to compare the 2 instances
@@ -663,7 +663,7 @@ namespace Discord
=> obj is EmbedFieldBuilder embedFieldBuilder && Equals(embedFieldBuilder);
///
- /// Determines whether the specified is equals to the current
+ /// Determines whether the specified is equal to the current
///
/// The to compare with the current
///
@@ -783,7 +783,7 @@ namespace Discord
=> !(left == right);
///
- /// Determines whether the specified object is equals to the current .
+ /// Determines whether the specified object is equal to the current .
///
///
/// If the object passes is an , will be called to compare the 2 instances
@@ -894,7 +894,7 @@ namespace Discord
=> !(left == right);
///
- /// Determines whether the specified object is equals to the current .
+ /// Determines whether the specified object is equal to the current .
///
///
/// If the object passes is an , will be called to compare the 2 instances
@@ -905,7 +905,7 @@ namespace Discord
=> obj is EmbedFooterBuilder embedFooterBuilder && Equals(embedFooterBuilder);
///
- /// Determines whether the specified is equals to the current
+ /// Determines whether the specified is equal to the current
///
/// The to compare with the current
///
diff --git a/src/Discord.Net.Core/Entities/Messages/EmbedField.cs b/src/Discord.Net.Core/Entities/Messages/EmbedField.cs
index 9c47da9bf..832e88148 100644
--- a/src/Discord.Net.Core/Entities/Messages/EmbedField.cs
+++ b/src/Discord.Net.Core/Entities/Messages/EmbedField.cs
@@ -46,7 +46,7 @@ namespace Discord
=> !(left == right);
///
- /// Determines whether the specified object is equals to the current .
+ /// Determines whether the specified object is equal to the current .
///
///
/// If the object passes is an , will be called to compare the 2 instances
@@ -57,7 +57,7 @@ namespace Discord
=> obj is EmbedField embedField && Equals(embedField);
///
- /// Determines whether the specified is equals to the current
+ /// Determines whether the specified is equal to the current
///
///
///
diff --git a/src/Discord.Net.Core/Entities/Messages/EmbedFooter.cs b/src/Discord.Net.Core/Entities/Messages/EmbedFooter.cs
index 5311e1890..3a839b609 100644
--- a/src/Discord.Net.Core/Entities/Messages/EmbedFooter.cs
+++ b/src/Discord.Net.Core/Entities/Messages/EmbedFooter.cs
@@ -53,7 +53,7 @@ namespace Discord
=> !(left == right);
///
- /// Determines whether the specified object is equals to the current .
+ /// Determines whether the specified object is equal to the current .
///
///
/// If the object passes is an , will be called to compare the 2 instances
@@ -64,7 +64,7 @@ namespace Discord
=> obj is EmbedFooter embedFooter && Equals(embedFooter);
///
- /// Determines whether the specified is equals to the current
+ /// Determines whether the specified is equal to the current
///
/// The to compare with the current
///
diff --git a/src/Discord.Net.Core/Entities/Messages/EmbedImage.cs b/src/Discord.Net.Core/Entities/Messages/EmbedImage.cs
index b1b7488e4..90dd93cda 100644
--- a/src/Discord.Net.Core/Entities/Messages/EmbedImage.cs
+++ b/src/Discord.Net.Core/Entities/Messages/EmbedImage.cs
@@ -63,7 +63,7 @@ namespace Discord
=> !(left == right);
///
- /// Determines whether the specified object is equals to the current .
+ /// Determines whether the specified object is equal to the current .
///
///
/// If the object passes is an , will be called to compare the 2 instances
@@ -74,7 +74,7 @@ namespace Discord
=> obj is EmbedImage embedImage && Equals(embedImage);
///
- /// Determines whether the specified is equals to the current
+ /// Determines whether the specified is equal to the current
///
/// The to compare with the current
///
diff --git a/src/Discord.Net.Core/Entities/Messages/EmbedProvider.cs b/src/Discord.Net.Core/Entities/Messages/EmbedProvider.cs
index 4252f4845..277141d81 100644
--- a/src/Discord.Net.Core/Entities/Messages/EmbedProvider.cs
+++ b/src/Discord.Net.Core/Entities/Messages/EmbedProvider.cs
@@ -45,7 +45,7 @@ namespace Discord
=> !(left == right);
///
- /// Determines whether the specified object is equals to the current .
+ /// Determines whether the specified object is equal to the current .
///
///
/// If the object passes is an , will be called to compare the 2 instances
@@ -56,7 +56,7 @@ namespace Discord
=> obj is EmbedProvider embedProvider && Equals(embedProvider);
///
- /// Determines whether the specified is equals to the current
+ /// Determines whether the specified is equal to the current
///
/// The to compare with the current
///
diff --git a/src/Discord.Net.Core/Entities/Messages/EmbedThumbnail.cs b/src/Discord.Net.Core/Entities/Messages/EmbedThumbnail.cs
index 444d79fb0..557b2ad49 100644
--- a/src/Discord.Net.Core/Entities/Messages/EmbedThumbnail.cs
+++ b/src/Discord.Net.Core/Entities/Messages/EmbedThumbnail.cs
@@ -63,7 +63,7 @@ namespace Discord
=> !(left == right);
///
- /// Determines whether the specified object is equals to the current .
+ /// Determines whether the specified object is equal to the current .
///
///
/// If the object passes is an , will be called to compare the 2 instances
@@ -74,7 +74,7 @@ namespace Discord
=> obj is EmbedThumbnail embedThumbnail && Equals(embedThumbnail);
///
- /// Determines whether the specified is equals to the current
+ /// Determines whether the specified is equal to the current
///
/// The to compare with the current
///
diff --git a/src/Discord.Net.Core/Entities/Messages/EmbedVideo.cs b/src/Discord.Net.Core/Entities/Messages/EmbedVideo.cs
index 1618b32c1..9062aa89e 100644
--- a/src/Discord.Net.Core/Entities/Messages/EmbedVideo.cs
+++ b/src/Discord.Net.Core/Entities/Messages/EmbedVideo.cs
@@ -57,7 +57,7 @@ namespace Discord
=> !(left == right);
///
- /// Determines whether the specified object is equals to the current .
+ /// Determines whether the specified object is equal to the current .
///
///
/// If the object passes is an , will be called to compare the 2 instances
@@ -68,7 +68,7 @@ namespace Discord
=> obj is EmbedVideo embedVideo && Equals(embedVideo);
///
- /// Determines whether the specified is equals to the current
+ /// Determines whether the specified is equal to the current
///
/// The to compare with the current
///