We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f8b422 + 500b885 commit cb28b14Copy full SHA for cb28b14
serial/README.md
@@ -25,7 +25,7 @@ serial = "0.4"
25
```
26
27
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
+`serial::prelude` module are useful to have in scope when working with serial ports, and they
29
are unlikely to conflict with other crates.
30
31
To open a serial port, call `serial::open()` with any type that's convertable to `OsStr`. With an
0 commit comments