Skip to content

Commit

Permalink
Fix typo in JDA#isAutoReconnect javadocs (#2758)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR authored Nov 1, 2024
1 parent 8b45fc0 commit e46bacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/dv8tion/jda/api/JDA.java
Original file line number Diff line number Diff line change
Expand Up @@ -1865,7 +1865,7 @@ default List<RichCustomEmoji> getEmojisByName(@Nonnull String name, boolean igno
void setRequestTimeoutRetry(boolean retryOnTimeout);

/**
* USed to determine whether or not autoReconnect is enabled for JDA.
* Used to determine whether or not autoReconnect is enabled for JDA.
*
* @return True if JDA will attempt to automatically reconnect when a connection-error is encountered.
*/
Expand Down

0 comments on commit e46bacb

Please sign in to comment.