minor docs wording fix

This commit is contained in:
Mamadou Babaei
2026-02-24 10:42:46 +01:00
parent 1fb420ebb9
commit 8a9df3b312
@@ -475,7 +475,7 @@ Queues a wrist-squeeze feedback at the desired level, and optionally if chosen,
> - `1.0` = Full squeeze. > - `1.0` = Full squeeze.
> [!CAUTION] > [!CAUTION]
> Avoid using `Send Immediate` unless necessary. > Avoid using `Send Immediate` unless absolutely necessary.
> >
> For optimal performance, queue all haptic commands first and call the > For optimal performance, queue all haptic commands first and call the
> `Send Haptics` function once after all commands are prepared. > `Send Haptics` function once after all commands are prepared.
@@ -547,7 +547,7 @@ This example demonstrates:
Because `Send Immediate` is enabled, the squeeze is transmitted instantly instead of being queued. Because `Send Immediate` is enabled, the squeeze is transmitted instantly instead of being queued.
> [!CAUTION] > [!CAUTION]
> Avoid using `Send Immediate` unless necessary. > Avoid using `Send Immediate` unless absolutely necessary.
> >
> For optimal performance, queue all haptic commands first and call the > For optimal performance, queue all haptic commands first and call the
> `Send Haptics` function once after all commands are prepared. > `Send Haptics` function once after all commands are prepared.