Browse Source

Slight change to modbus_report_slave_id doc.

Thanks to Karl Palsson.
Stéphane Raimbault 9 years ago
parent
commit
f155c5a6d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/modbus_report_slave_id.txt

+ 1 - 1
doc/modbus_report_slave_id.txt

@@ -27,7 +27,7 @@ The response stored in _dest_ contains:
   the version of the library as a string.
   the version of the library as a string.
 
 
 The function writes at most _max_dest_ bytes from the response to _dest_ so
 The function writes at most _max_dest_ bytes from the response to _dest_ so
-you must take to allocate enough memory to store the results.
+you must ensure that _dest_ is large enough.
 
 
 RETURN VALUE
 RETURN VALUE
 ------------
 ------------