Skip to content

Commit 5f899d5

Browse files
committed
Minor grammar nit.
1 parent dc30b92 commit 5f899d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)