소스 검색

Slight change to modbus_report_slave_id doc.

Thanks to Karl Palsson.
Stéphane Raimbault 9 년 전
부모
커밋
f155c5a6d7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 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
 ------------