From be623d56c9a11e77fdcfd7af15e009c2f02ea866 Mon Sep 17 00:00:00 2001 From: Doc Walker <4-20ma@wvfans.net> Date: Fri, 22 May 2015 18:55:58 -0500 Subject: [PATCH] Fix grammar in library.properties --- HISTORY.md | 1 + library.properties | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 09b9a17..b1c13fe 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,5 @@ ## [v0.11.0 (2015-05-22)](https://github.com/4-20ma/ModbusMaster/tree/v0.11.0) +- Fix grammar in library.properties - Fix broken links in HISTORY, Rakefile - Add RX flush, increase response timeout - Insert missing space diff --git a/library.properties b/library.properties index 95466f1..5da042f 100644 --- a/library.properties +++ b/library.properties @@ -3,7 +3,7 @@ version=0.11.0 author=Doc Walker maintainer=Doc Walker <4-20ma@wvfans.net> sentence=Enlighten your Arduino to be a Modbus master. -paragraph=Enables communication with Modbus slaves over RS232/485 (via RTU protocol). Requires a RS232/485 transceiver. +paragraph=Enables communication with Modbus slaves over RS232/485 (via RTU protocol). Requires an RS232/485 transceiver. category=Communication url=https://github.com/4-20ma/ModbusMaster architectures=avr,sam