Skip to content

Commit f9b286a

Browse files
committed
doc(driver): fix struct name
1 parent e082000 commit f9b286a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

compio-driver/src/iocp/op.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ pub struct RecvMsg<T: IoVectoredBufMut, C: IoBufMut, S> {
790790
}
791791

792792
impl<T: IoVectoredBufMut, C: IoBufMut, S> RecvMsg<T, C, S> {
793-
/// Create [`RecvMsgVectored`].
793+
/// Create [`RecvMsg`].
794794
///
795795
/// # Panics
796796
///
@@ -865,7 +865,7 @@ pub struct SendMsg<T: IoVectoredBuf, C: IoBuf, S> {
865865
}
866866

867867
impl<T: IoVectoredBuf, C: IoBuf, S> SendMsg<T, C, S> {
868-
/// Create [`SendMsgVectored`].
868+
/// Create [`SendMsg`].
869869
///
870870
/// # Panics
871871
///

compio-driver/src/unix/op.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ pub struct RecvMsg<T: IoVectoredBufMut, C: IoBufMut, S> {
382382
}
383383

384384
impl<T: IoVectoredBufMut, C: IoBufMut, S> RecvMsg<T, C, S> {
385-
/// Create [`RecvMsgVectored`].
385+
/// Create [`RecvMsg`].
386386
///
387387
/// # Panics
388388
///
@@ -436,7 +436,7 @@ pub struct SendMsg<T: IoVectoredBuf, C: IoBuf, S> {
436436
}
437437

438438
impl<T: IoVectoredBuf, C: IoBuf, S> SendMsg<T, C, S> {
439-
/// Create [`SendMsgVectored`].
439+
/// Create [`SendMsg`].
440440
///
441441
/// # Panics
442442
///

0 commit comments

Comments
 (0)