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()