diff --git a/src/Discord.Net.Rest/Interactions/RestInteractionContext.cs b/src/Discord.Net.Rest/Interactions/RestInteractionContext.cs
index a502ed8f4..196c6133b 100644
--- a/src/Discord.Net.Rest/Interactions/RestInteractionContext.cs
+++ b/src/Discord.Net.Rest/Interactions/RestInteractionContext.cs
@@ -89,22 +89,22 @@ namespace Discord.Rest
}
///
- /// Represents a Rest based context of an
+ /// Represents a Rest based context of an .
///
public class RestInteractionContext : RestInteractionContext
{
///
- /// Initializes a new
+ /// Initializes a new .
///
- /// The underlying client
- /// The underlying interaction
+ /// The underlying client.
+ /// The underlying interaction.
public RestInteractionContext(DiscordRestClient client, RestInteraction interaction) : base(client, interaction) { }
///
- /// Initializes a new
+ /// Initializes a new .
///
- /// The underlying client
- /// The underlying interaction
+ /// The underlying client.
+ /// The underlying interaction.
/// The callback for outgoing json.
public RestInteractionContext(DiscordRestClient client, RestInteraction interaction, Func interactionResponseCallback)
: base(client, interaction, interactionResponseCallback) { }