Skip to content

Commit 762a0a0

Browse files
Update _docs/concepts/client_library/real-time_executor/index.md
Co-Authored-By: Ralph Lange <[email protected]>
1 parent 2604714 commit 762a0a0

File tree

1 file changed

+1
-1
lines changed
  • _docs/concepts/client_library/real-time_executor

1 file changed

+1
-1
lines changed

_docs/concepts/client_library/real-time_executor/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ As stated before, this Executor is based on the RCL library and is written in C
228228
#### Sequential execution
229229

230230
- At configuration, the user defines the order of handles
231-
- At configuration, the defines, if the handle shall only called when new data is available (ON_NEW_DATA) or if the callback shall always be called (ALWAYS).
231+
- At configuration, the user defines whether the handle shall be called only when new data is available (ON_NEW_DATA) or whether the callback shall always be called (ALWAYS).
232232
- At runtime, all handles are processed in the user-defined order
233233
- if the configuration of handle is ON_NEW_DATA, then the corresponding callback is only called if new data is available
234234
- if the configuration of the handle is ALWAYS, then the corresponding callback is always executed

0 commit comments

Comments
 (0)