Skip to content

Commit 834698d

Browse files
authored
Merge pull request #8 from data-integrations/fix-typo
Fix typo in example directive description
2 parents 30eaa62 + 893283f commit 834698d

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)