Apply changes from pr

Co-authored-by: rtm516 <rtm516@users.noreply.github.com>
This commit is contained in:
Sage 2024-04-01 15:41:34 +02:00 committed by GitHub
parent 969dddeb25
commit b7d72c36bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -65,7 +65,9 @@ public final class ConnectionRequestEvent implements Event, Cancellable {
}
/**
* @return the cancel status of this event. If this event is canceled, the connection will be rejected.
* The cancel status of this event. If this event is cancelled, the connection will be rejected.
*
* @return the cancel status of this event
*/
@Override
public boolean isCancelled() {