浏览代码

Fix bitwise OR in documentation

Stéphane Raimbault 2 年之前
父节点
当前提交
59d34d2085
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/modbus_enable_quirks.md

+ 1 - 1
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