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 ae1ee5c + d6ef172 commit 7d9c66bCopy full SHA for 7d9c66b
src/messenger.rs
@@ -93,7 +93,7 @@ pub struct Messenger<RW> {
93
/// This will be used by [`request`](Self::request) to queue up messages.
94
stream_write: Arc<Mutex<WriteHalf<RW>>>,
95
96
- /// The next correction ID.
+ /// The next correlation ID.
97
///
98
/// This is used to map responses to active requests.
99
correlation_id: AtomicI32,
0 commit comments