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 407a48f commit 2ae472aCopy full SHA for 2ae472a
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