Fix typo in doc.go

This commit is contained in:
Cristian Maglie
2016-12-26 13:01:56 +01:00
parent e9103998c3
commit 69c094e3c7

2
doc.go
View File

@@ -12,7 +12,7 @@ is the following:
import "go.bug.st/serial.v1" 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: GetPortsList function:
ports, err := serial.GetPortsList() ports, err := serial.GetPortsList()