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.
2 parents 30eaa62 + 893283f commit 834698dCopy full SHA for 834698d
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