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.
2 parents 6aaf1b8 + 6f6c42b commit b8989b2Copy full SHA for b8989b2
src/lib.rs
@@ -81,7 +81,7 @@ impl SctpStream {
81
return self.0.sendmsg::<SocketAddr>(msg, None, stream, 0);
82
}
83
84
- /// Read bytes. On success, return a tulpe with the quantity of
+ /// Read bytes. On success, return a tuple with the quantity of
85
/// bytes received and the stream they were recived on
86
pub fn recvmsg(&self, msg: &mut [u8]) -> Result<(usize, u16)> {
87
let (size, stream, _) = try!(self.0.recvmsg(msg));
0 commit comments