Skip to content

Commit e7e5db7

Browse files
Fix typo in Javadoc (#69)
1 parent 2d74622 commit e7e5db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/club/minnced/discord/webhook/WebhookClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ protected WebhookClient(final WebhookClient parent, final long threadId) {
114114
* The error handler to use
115115
*
116116
* @throws NullPointerException
117-
* If null is povided
117+
* If null is provided
118118
*/
119119
public static void setDefaultErrorHandler(@NotNull WebhookErrorHandler handler) {
120120
DEFAULT_ERROR_HANDLER = Objects.requireNonNull(handler, "Error Handler must not be null!");

0 commit comments

Comments
 (0)