Skip to content

Commit 107c196

Browse files
Jaremapiotrpio
andauthored
Fix typo in documentation
Co-authored-by: Piotr Piotrowski <piotr@synadia.com>
1 parent 59d6276 commit 107c196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

async-nats/src/jetstream/stream.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ impl<I> Stream<I> {
598598
.await
599599
}
600600

601-
/// Get a fist message from the stream for a given subject starting from provided sequence..
601+
/// Get a fist message from the stream for a given subject starting from provided sequence.
602602
/// This low-level API always reaches stream leader.
603603
/// This should be discouraged in favor of using [Stream::direct_get_first_for_subject].
604604
///

0 commit comments

Comments
 (0)