Skip to content

Commit ba03c61

Browse files
committed
fix: typo fix.
1 parent fd2be73 commit ba03c61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/net/discordjug/javabot/systems/user_commands/format_code/FormatCodeDispatcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
class FormatCodeDispatcher {
2121

2222
/**
23-
* The maximum number of code-block messages to post inline; longer code results as an ERROR.
23+
* The maximum number of code-block messages to post inline; longer code results in an error.
2424
*/
2525
private static final int MAX_MESSAGES = 5;
2626

0 commit comments

Comments
 (0)