We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59d6276 commit 107c196Copy full SHA for 107c196
async-nats/src/jetstream/stream.rs
@@ -598,7 +598,7 @@ impl<I> Stream<I> {
598
.await
599
}
600
601
- /// Get a fist message from the stream for a given subject starting from provided sequence..
+ /// Get a fist message from the stream for a given subject starting from provided sequence.
602
/// This low-level API always reaches stream leader.
603
/// This should be discouraged in favor of using [Stream::direct_get_first_for_subject].
604
///
0 commit comments