We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dde1c8 commit 3758417Copy full SHA for 3758417
src/posix/tty.rs
@@ -111,7 +111,7 @@ impl TTYPort {
111
/// ## Errors
112
///
113
/// * `NoDevice` if the device could not be opened. This could indicate that
114
- /// the device is already in use.
+ /// the device is already in use.
115
/// * `InvalidInput` if `path` is not a valid device name.
116
/// * `Io` for any other error while opening or initializing the device.
117
pub fn open(builder: &SerialPortBuilder) -> Result<TTYPort> {
0 commit comments