doc: zbus: fix work item typo

Small change to zbus docs to fix work item typo.

Signed-off-by: Helmut Lord <kellyhlord@gmail.com>
This commit is contained in:
Helmut Lord 2024-02-22 15:14:19 -05:00 committed by Alberto Escolar
parent 73d56dea66
commit bd1f6cc6d7
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ message reading depends on the subscriber's implementation. It is possible to in
rate by following design tips:
* Keep the listeners quick-as-possible (deal with them as ISRs). If some processing is needed,
consider submitting a work to a work-queue;
consider submitting a work item to a work-queue;
* Try to give producers a high priority to avoid losses;
* Leave spare CPU for observers to consume data produced;
* Consider using message queues or pipes for intensive byte transfers.