Skip to content

Commit c69a12e

Browse files
authored
Rollup merge of rust-lang#105642 - uberFoo:master, r=Dylan-DPC
Minor grammar nit. I was browsing the documentation and noticed that this should be an adverb.
2 parents a4b4ca5 + c3329ba commit c69a12e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/borrow.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/// to be modified, it can additionally implement [`BorrowMut<T>`].
2727
///
2828
/// Further, when providing implementations for additional traits, it needs
29-
/// to be considered whether they should behave identical to those of the
29+
/// to be considered whether they should behave identically to those of the
3030
/// underlying type as a consequence of acting as a representation of that
3131
/// underlying type. Generic code typically uses `Borrow<T>` when it relies
3232
/// on the identical behavior of these additional trait implementations.

0 commit comments

Comments
 (0)