diff --git a/src/Discord.Net.Core/Entities/Interactions/IApplicationCommandOptionChoice.cs b/src/Discord.Net.Core/Entities/Interactions/IApplicationCommandOptionChoice.cs
index 1f0540656..24fae04c2 100644
--- a/src/Discord.Net.Core/Entities/Interactions/IApplicationCommandOptionChoice.cs
+++ b/src/Discord.Net.Core/Entities/Interactions/IApplicationCommandOptionChoice.cs
@@ -12,12 +12,12 @@ namespace Discord
public interface IApplicationCommandOptionChoice
{
///
- /// 1-100 character choice name.
+ /// Gets the name of this choice.
///
string Name { get; }
///
- /// value of the choice.
+ /// Gets the value of the choice.
///
object Value { get; }