This is an automated email from the ASF dual-hosted git repository.

tkobayas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new 52bd497e4 [incubator-kie-issues-2170] Incorrect content in the 
"started by" section of the CEP documentation (#4574)
52bd497e4 is described below

commit 52bd497e4ddb27e20b33c101bf4e7871ca02a409
Author: Toshiya Kobayashi <[email protected]>
AuthorDate: Mon Nov 17 17:43:35 2025 +0900

    [incubator-kie-issues-2170] Incorrect content in the "started by" section 
of the CEP documentation (#4574)
---
 .../src/modules/ROOT/pages/rule-engine/_cep-temporal-operators.adoc     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/drools-docs/src/modules/ROOT/pages/rule-engine/_cep-temporal-operators.adoc 
b/drools-docs/src/modules/ROOT/pages/rule-engine/_cep-temporal-operators.adoc
index 8f1d73134..40151169f 100644
--- 
a/drools-docs/src/modules/ROOT/pages/rule-engine/_cep-temporal-operators.adoc
+++ 
b/drools-docs/src/modules/ROOT/pages/rule-engine/_cep-temporal-operators.adoc
@@ -459,7 +459,7 @@ The `started by` operator supports one optional parameter 
that sets the maximum
 
 [source]
 ----
-$eventA : EventA( this starts[5s] $eventB)
+$eventA : EventA( this startedby[5s] $eventB)
 ----
 
 This pattern matches if these conditions are met:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to