Browse Source

Minor documentation correction

Sorry for the two PRs, I did one then realized I should check the other
Rick M 3 years ago
parent
commit
00ecdd24cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/modbus_set_response_timeout.txt

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