Skip to content

Commit

Permalink
Replace faulty link with value in replyChoices docs (#2073)
Browse files Browse the repository at this point in the history
  • Loading branch information
SIMULATAN committed Apr 11, 2022
1 parent b46ea21 commit 98f6a63
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -43,7 +43,7 @@ public interface IAutoCompleteCallback extends Interaction
* <br>The user may continue writing inputs instead of using one of your choices.
*
* @param choices
* The choice suggestions to present to the user, 0-{@link OptionData#MAX_CHOICES} choices
* The choice suggestions to present to the user, 0-{@value OptionData#MAX_CHOICES} choices
*
* @throws IllegalArgumentException
* If any of the following is true:
Expand All @@ -67,7 +67,7 @@ public interface IAutoCompleteCallback extends Interaction
* <br>The user may continue writing inputs instead of using one of your choices.
*
* @param choices
* The choice suggestions to present to the user, 0-{@link OptionData#MAX_CHOICES} choices
* The choice suggestions to present to the user, 0-{@value OptionData#MAX_CHOICES} choices
*
* @throws IllegalArgumentException
* If any of the following is true:
Expand Down

0 comments on commit 98f6a63

Please sign in to comment.