Commit 59d34d2085d3d15bf0df2db16490770da8dfa66a
1 parent
f0db03dd
Fix bitwise OR in documentation
Showing
1 changed file
with
1 additions
and
1 deletions
docs/modbus_enable_quirks.md
| ... | ... | @@ -23,7 +23,7 @@ offers the following flags: |
| 23 | 23 | - `MODBUS_QUIRK_REPLY_TO_BROADCAST` force a reply to a broacast request when the |
| 24 | 24 | device is a slave in RTU mode (should be enabled on the slave device). |
| 25 | 25 | |
| 26 | -You can combine the flags by using the OR logical operator. | |
| 26 | +You can combine the flags by using the bitwise OR operator. | |
| 27 | 27 | |
| 28 | 28 | ## Return value |
| 29 | 29 | ... | ... |