Skip to content

Commit b1e10db

Browse files
s/when when/when/g
1 parent 8d21e61 commit b1e10db

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/ml_on_event_start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# on ML start
22

3-
Start an [event handler](/reference/event-handler) (part of the program that will run when something happens). This handler works when when the ML model’s estimated action changes to the action you select.
3+
Start an [event handler](/reference/event-handler) (part of the program that will run when something happens). This handler works when the ML model’s estimated action changes to the action you select.
44

55
```sig
66
ml.onStart(ml.event.Unknown, function () {

docs/ml_on_event_stop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# on ML stop
22

3-
Start an [event handler](/reference/event-handler) (part of the program that will run when something happens). This handler works when when the ML model’s estimated action changes to the action you select.
3+
Start an [event handler](/reference/event-handler) (part of the program that will run when something happens). This handler works when the ML model’s estimated action changes to the action you select.
44

55
```sig
66
ml.onStop(ml.event.Unknown, function () {

docs/ml_on_event_stop_detailed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# on ML stop
22

3-
Start an [event handler](/reference/event-handler) (part of the program that will run when something happens). This handler works when when the ML model’s estimated action changes to the action you select.
3+
Start an [event handler](/reference/event-handler) (part of the program that will run when something happens). This handler works when the ML model’s estimated action changes to the action you select.
44

55
```sig
66
ml.onStopDetailed(ml.event.Unknown, function (duration) {

0 commit comments

Comments
 (0)