We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc30b92 commit 5f899d5Copy full SHA for 5f899d5
library/core/src/borrow.rs
@@ -26,7 +26,7 @@
26
/// to be modified, it can additionally implement [`BorrowMut<T>`].
27
///
28
/// Further, when providing implementations for additional traits, it needs
29
-/// to be considered whether they should behave identical to those of the
+/// to be considered whether they should behave identically to those of the
30
/// underlying type as a consequence of acting as a representation of that
31
/// underlying type. Generic code typically uses `Borrow<T>` when it relies
32
/// on the identical behavior of these additional trait implementations.
0 commit comments