Browse Source

fix badly formed xml comments

pull/2379/head
Cenngo 2 years ago
parent
commit
a463bfa79e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/Discord.Net.Core/Entities/Interactions/ApplicationCommandOption.cs

+ 2
- 2
src/Discord.Net.Core/Entities/Interactions/ApplicationCommandOption.cs View File

@@ -81,12 +81,12 @@ namespace Discord
/// </summary>
public double? MaxValue { get; set; }

// <summary>
/// <summary>
/// Gets or sets the minimum allowed length for a string input.
/// </summary>
public int? MinLength { get; set; }

// <summary>
/// <summary>
/// Gets or sets the maximum allowed length for a string input.
/// </summary>
public int? MaxLength { get; set; }


Loading…
Cancel
Save