mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-15 12:23:41 +00:00
Error strings should not be capitalized (unless beginning with proper
nouns or acronyms) or end with punctuation, since they are usually printed following other context.
This commit is contained in:
committed by
Ron Evans
parent
8534e67c83
commit
cb49783f18
+1
-1
@@ -49,5 +49,5 @@ func sendCommand(gpsDevice GPSDevice, command []byte) (err error) {
|
||||
}
|
||||
}
|
||||
}
|
||||
return errors.New("No ACK to GPS command")
|
||||
return errors.New("no ACK to GPS command")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user