From 00ecdd24cf7c70c20ceda0d5b17d21e0c30d07c2 Mon Sep 17 00:00:00 2001 From: Rick M Date: Sun, 9 Jan 2022 19:34:00 -0800 Subject: [PATCH] Minor documentation correction --- doc/modbus_set_response_timeout.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/modbus_set_response_timeout.txt b/doc/modbus_set_response_timeout.txt index 47caf61..e99e38c 100644 --- a/doc/modbus_set_response_timeout.txt +++ b/doc/modbus_set_response_timeout.txt @@ -34,7 +34,7 @@ ERRORS ------ *EINVAL*:: The argument _ctx_ is NULL, or both _to_sec_ and _to_usec_ are zero, or _to_usec_ -is larger than 1000000. +is larger than 999999. EXAMPLE -- libgit2 0.21.4