Skip to content

Commit 23a38e8

Browse files
committed
Fix javadoc type in form interaction manager
1 parent 00102a1 commit 23a38e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/discordjug/javabot/systems/staff_commands/forms/FormInteractionManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ public void editFormMessageButtons(Message msg, Function<Button, Button> editFun
193193
}
194194

195195
/**
196-
* Re-opens the form, re-enabling associated buttons in message it's attached
196+
* Re-opens the form, re-enabling associated buttons in the message it's attached
197197
* to, if any.
198198
*
199199
* @param guild guild this form is contained in.

0 commit comments

Comments
 (0)