Skip to content

Commit

Permalink
Merge pull request #50 from tessi/typo-in-serial-readme
Browse files Browse the repository at this point in the history
Fix a tiny typo in serial/README.md
  • Loading branch information
dcuddeback authored Feb 12, 2018
2 parents 9f8b422 + 500b885 commit cb28b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serial/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ serial = "0.4"
```

Import the `serial` crate and everything from the `serial::prelude` module. The traits in the
`serial::prelude` module are are useful to have in scope when working with serial ports, and they
`serial::prelude` module are useful to have in scope when working with serial ports, and they
are unlikely to conflict with other crates.

To open a serial port, call `serial::open()` with any type that's convertable to `OsStr`. With an
Expand Down

0 comments on commit cb28b14

Please sign in to comment.