Skip to content

Commit

Permalink
Fix typo in SortMode mode selection.
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavosr8 committed Sep 30, 2024
1 parent 7debeba commit 1d4f32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ADCore/NDPluginDriver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ following table.
- longout, longin
* - asynInt32
- r/w
- Selects whether the plugin outputs NDArrays in the order in which they arrive (Unsorted=1)
- Selects whether the plugin outputs NDArrays in the order in which they arrive (Unsorted=0)
or sorted by UniqueId (Sorted=1).
- SORT_MODE
- $(P)$(R)SortMode, $(P)$(R)SortMode_RBV
Expand Down

0 comments on commit 1d4f32d

Please sign in to comment.