We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a92a1 commit 8f21ce3Copy full SHA for 8f21ce3
src/main/java/textFormatter/FormatOption.java
@@ -22,7 +22,7 @@ public enum FormatOption {
22
REVERSE(7),
23
/** Hides the text. */
24
HIDDEN(8),
25
- STRIKE_THROUGH(9);
+ STRIKETHROUGH(9);
26
27
private final byte value;
28
0 commit comments