Fixed typo in README.md

This commit is contained in:
Foil-hat-guy 2025-05-18 22:14:54 +03:00
parent 3db2249957
commit c75a4336af
No known key found for this signature in database
GPG key ID: 221CC305A7B23591

View file

@ -33,5 +33,5 @@ is available at **/dev/ttyUSB0**:
err := stty.CMD().TestBaudRate("/dev/ttyUSB0", 9600)
```
If **stty** is not available stty, all methods of object returned by CMD() function
If **stty** is not available, all methods of object returned by CMD() function
will return ERR_TTY_MISSING error.