From 59d34d2085d3d15bf0df2db16490770da8dfa66a Mon Sep 17 00:00:00 2001 From: Stéphane Raimbault Date: Tue, 4 Oct 2022 22:23:24 +0200 Subject: [PATCH] Fix bitwise OR in documentation --- docs/modbus_enable_quirks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- libgit2 0.21.4