Skip to content

Commit cb28b14

Browse files
authored
Merge pull request #50 from tessi/typo-in-serial-readme
Fix a tiny typo in serial/README.md
2 parents 9f8b422 + 500b885 commit cb28b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serial/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ serial = "0.4"
2525
```
2626

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

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

0 commit comments

Comments
 (0)