We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30eaa62 commit 893283fCopy full SHA for 893283f
src/main/java/org/example/directives/TextLength.java
@@ -35,7 +35,7 @@
35
*/
36
@Plugin(type = Directive.TYPE)
37
@Name(TextLength.DIRECTIVE_NAME)
38
-@Description("Computes tthe length of the string.")
+@Description("Computes the length of the string.")
39
public final class TextLength implements Directive {
40
public static final String DIRECTIVE_NAME = "text-length";
41
private String column;
0 commit comments