diff --git a/docs/modbus_enable_quirks.md b/docs/modbus_enable_quirks.md index c5b2619..f209ad1 100644 --- a/docs/modbus_enable_quirks.md +++ b/docs/modbus_enable_quirks.md @@ -23,7 +23,7 @@ offers the following flags: - `MODBUS_QUIRK_REPLY_TO_BROADCAST` force a reply to a broacast request when the device is a slave in RTU mode (should be enabled on the slave device). -You can combine the flags by using the OR logical operator. +You can combine the flags by using the bitwise OR operator. ## Return value