Skip to content

Commit

Permalink
Improve docs
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Pietrek <tomasz@nats.io>
  • Loading branch information
Jarema committed Jan 29, 2025
1 parent 3f44be8 commit 2994357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions async-nats/src/jetstream/kv/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ impl Store {
.await
}

/// Creates a [futures::Stream] over [Entries][Entry] a given key in the bucket, which yields
/// Creates a [futures::Stream] over [Entries][Entry] in the bucket, which yields
/// values whenever there are changes for given keys.
///
/// # Examples
Expand Down Expand Up @@ -543,7 +543,7 @@ impl Store {
.await
}

/// Creates a [futures::Stream] over [Entries][Entry] a given key in the bucket, starting from
/// Creates a [futures::Stream] over [Entries][Entry] for a given key in the bucket, starting from
/// provided revision. This is useful to resume watching over big KV buckets without a need to
/// replay all the history.
///
Expand Down

0 comments on commit 2994357

Please # to comment.