Skip to content

Commit f40ce8c

Browse files
committed
change wording of doc comment
1 parent 6f4f002 commit f40ce8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heed-traits/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pub trait BytesEncode<'a> {
3333
/// runs faster (for example if it needs less heap allocations).
3434
///
3535
/// The default implementation returns `true` because the default implementation of
36-
/// [`bytes_encode_into_writer`][BytesEncode::bytes_encode_into_writer] is to forward to
36+
/// [`bytes_encode_into_writer`][BytesEncode::bytes_encode_into_writer] forwards to
3737
/// [`bytes_encode`][BytesEncode::bytes_encode].
3838
fn zero_copy(item: &Self::EItem) -> bool {
3939
// This is preferred to renaming the function parameter (to _item) because IDEs can

0 commit comments

Comments
 (0)