From 69c094e3c77377d3829f35f4cc9bba60fffa736d Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Mon, 26 Dec 2016 13:01:56 +0100 Subject: [PATCH] Fix typo in doc.go --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.go b/doc.go index 647e88f..75d8615 100644 --- a/doc.go +++ b/doc.go @@ -12,7 +12,7 @@ is the following: import "go.bug.st/serial.v1" -It is possibile to get the list of available serial ports with the +It is possible to get the list of available serial ports with the GetPortsList function: ports, err := serial.GetPortsList()