Skip to content

Commit

Permalink
Fix typo in JDA#isAutoReconnect javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR authored Oct 18, 2024
1 parent bf21a67 commit 0ae8852
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 0ae8852

Please sign in to comment.