Skip to content

Commit 893283f

Browse files
authored
Update TextLength.java
1 parent 30eaa62 commit 893283f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/example/directives/TextLength.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
*/
3636
@Plugin(type = Directive.TYPE)
3737
@Name(TextLength.DIRECTIVE_NAME)
38-
@Description("Computes tthe length of the string.")
38+
@Description("Computes the length of the string.")
3939
public final class TextLength implements Directive {
4040
public static final String DIRECTIVE_NAME = "text-length";
4141
private String column;

0 commit comments

Comments
 (0)