Skip to content

Commit 851ffde

Browse files
Update _docs/concepts/client_library/real-time_executor/index.md
Co-Authored-By: Ralph Lange <ralph-lange@users.noreply.github.com>
1 parent e72433f commit 851ffde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • _docs/concepts/client_library/real-time_executor

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

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

228228
#### Sequential execution
229229

230-
- At configuration, the user defines the order of handles
230+
- At configuration, the user defines the order of handles.
231231
- 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

0 commit comments

Comments
 (0)