From e98ce005c53896506a345688c0dcf78bed9893be Mon Sep 17 00:00:00 2001 From: Himmelt Date: Fri, 18 Aug 2023 16:50:53 +0800 Subject: [PATCH] update param description --- S7.Net/Conversion.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/S7.Net/Conversion.cs b/S7.Net/Conversion.cs index 98f8fd3..b389332 100644 --- a/S7.Net/Conversion.cs +++ b/S7.Net/Conversion.cs @@ -147,7 +147,7 @@ namespace S7.Net /// /// /// - /// The byte data to get from. + /// The data to get from. /// The zero-based index of the bit to get. /// The Boolean value will get. public static bool SelectBit(this byte data, int index)