diff --git a/component/src/main/java/io/siddhi/extension/execution/regex/LookingAtFunctionExtension.java b/component/src/main/java/io/siddhi/extension/execution/regex/LookingAtFunctionExtension.java index c4c312a..c62e945 100644 --- a/component/src/main/java/io/siddhi/extension/execution/regex/LookingAtFunctionExtension.java +++ b/component/src/main/java/io/siddhi/extension/execution/regex/LookingAtFunctionExtension.java @@ -57,7 +57,7 @@ @Extension( name = "lookingAt", namespace = "regex", - description = "Match the input.sequence from the beginning against the regex pattern, " + + description = "Matches the input.sequence from the beginning against the regex pattern, " + "and unlike `regex:matches() it does not require that the entire input.sequence be matched.`", parameters = { @Parameter(name = "regex",