Skip to content

Commit b53ec5c

Browse files
authored
Merge pull request #44 from siddhi-io/suhothayan-patch-1
Update LookingAtFunctionExtension.java
2 parents 83699dd + b8443ef commit b53ec5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

component/src/main/java/io/siddhi/extension/execution/regex/LookingAtFunctionExtension.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
@Extension(
5858
name = "lookingAt",
5959
namespace = "regex",
60-
description = "Match the input.sequence from the beginning against the regex pattern, " +
60+
description = "Matches the input.sequence from the beginning against the regex pattern, " +
6161
"and unlike `regex:matches() it does not require that the entire input.sequence be matched.`",
6262
parameters = {
6363
@Parameter(name = "regex",

0 commit comments

Comments
 (0)