Skip to content

Commit 05af34d

Browse files
committed
fix(doc): renamed struct field
1 parent e118d05 commit 05af34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msg-socket/src/req/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ pub struct ReqOptions {
114114
/// before the socket returns [`ReqError::HighWaterMarkReached`].
115115
pub max_queue_size: usize,
116116
/// High-water mark for pending requests. When this limit is reached, new requests
117-
/// will not be processed and will be queued up to [`channel_size`](Self::channel_size)
117+
/// will not be processed and will be queued up to [`max_queue_size`](Self::max_queue_size)
118118
/// elements. Once both limits are reached, new requests will return
119119
/// [`ReqError::HighWaterMarkReached`].
120120
pub max_pending_requests: usize,

0 commit comments

Comments
 (0)