From 73c9a797e8c6bcbd66d227062c0126a63e6b5245 Mon Sep 17 00:00:00 2001 From: Cenk Ergen <57065323+Cenngo@users.noreply.github.com> Date: Fri, 3 Feb 2023 14:28:32 +0300 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Casmir <68127614+csmir@users.noreply.github.com> --- .../Extensions/IDiscordInteractionExtensions.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Discord.Net.Interactions/Extensions/IDiscordInteractionExtensions.cs b/src/Discord.Net.Interactions/Extensions/IDiscordInteractionExtensions.cs index 8e9326822..5f66df929 100644 --- a/src/Discord.Net.Interactions/Extensions/IDiscordInteractionExtensions.cs +++ b/src/Discord.Net.Interactions/Extensions/IDiscordInteractionExtensions.cs @@ -45,12 +45,12 @@ namespace Discord.Interactions } /// - /// Respond to an interaction with a and fills the value fields of the modal using the property values of the provided + /// Respond to an interaction with an and fills the value fields of the modal using the property values of the provided /// instance. /// /// Type of the implementation. /// The interaction to respond to. - /// instance to get field values from. + /// The instance to get field values from. /// The request options for this request. /// Delegate that can be used to modify the modal. ///