From a463bfa79e906c83f58ceb45d3a7178a2bf54e81 Mon Sep 17 00:00:00 2001 From: Cenngo Date: Thu, 7 Jul 2022 12:46:35 +0300 Subject: [PATCH] fix badly formed xml comments --- .../Entities/Interactions/ApplicationCommandOption.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Discord.Net.Core/Entities/Interactions/ApplicationCommandOption.cs b/src/Discord.Net.Core/Entities/Interactions/ApplicationCommandOption.cs index 5f41a8c79..5e4f6a81d 100644 --- a/src/Discord.Net.Core/Entities/Interactions/ApplicationCommandOption.cs +++ b/src/Discord.Net.Core/Entities/Interactions/ApplicationCommandOption.cs @@ -81,12 +81,12 @@ namespace Discord /// public double? MaxValue { get; set; } - // + /// /// Gets or sets the minimum allowed length for a string input. /// public int? MinLength { get; set; } - // + /// /// Gets or sets the maximum allowed length for a string input. /// public int? MaxLength { get; set; }