Skip to content

Commit cd33d50

Browse files
committed
Apply suggestions from code review
Co-Authored-By: Brian Anderson <andersrb@gmail.com> Signed-off-by: Nick Cameron <nrc@ncameron.org>
1 parent 9b72d47 commit cd33d50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/kv.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,8 @@ impl fmt::Debug for KvPair {
389389
/// );
390390
/// ```
391391
///
392-
/// **But, you should not need to worry about all this:** Many functions accept a `impl Into<BoundRange>`
392+
/// **But, you should not need to worry about all this:** Most functions which operate
393+
/// on ranges will accept any types which implement `Into<BoundRange>`.
393394
/// which means all of the above types can be passed directly to those functions.
394395
#[derive(Clone, Debug, Eq, PartialEq)]
395396
pub struct BoundRange {

0 commit comments

Comments
 (0)