diff --git a/src/Discord.Net.Core/Entities/Interactions/InteractionResponseType.cs b/src/Discord.Net.Core/Entities/Interactions/InteractionResponseType.cs
index de30ad868..43e614b57 100644
--- a/src/Discord.Net.Core/Entities/Interactions/InteractionResponseType.cs
+++ b/src/Discord.Net.Core/Entities/Interactions/InteractionResponseType.cs
@@ -45,17 +45,17 @@ namespace Discord
DeferredChannelMessageWithSource = 5,
///
- /// For components: ACK an interaction and edit the original message later; the user does not see a loading state
+ /// For components: ACK an interaction and edit the original message later; the user does not see a loading state.
///
DeferredUpdateMessage = 6,
///
- /// For components: edit the message the component was attached to
+ /// For components: edit the message the component was attached to.
///
UpdateMessage = 7,
///
- /// Respond with a set of choices to a autocomplete interaction
+ /// Respond with a set of choices to a autocomplete interaction.
///
ApplicationCommandAutocompleteResult = 8
}