Skip to content

Commit 59d34d2

Browse files
committed
Fix bitwise OR in documentation
1 parent f0db03d commit 59d34d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modbus_enable_quirks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ offers the following flags:
2323
- `MODBUS_QUIRK_REPLY_TO_BROADCAST` force a reply to a broacast request when the
2424
device is a slave in RTU mode (should be enabled on the slave device).
2525
26-
You can combine the flags by using the OR logical operator.
26+
You can combine the flags by using the bitwise OR operator.
2727
2828
## Return value
2929

0 commit comments

Comments
 (0)