]> git.lizzy.rs Git - rust.git/commitdiff
Minor grammar nit.
authorKeith T. Star <uberfoo@me.com>
Mon, 12 Dec 2022 23:22:01 +0000 (16:22 -0700)
committerKeith T. Star <uberfoo@me.com>
Mon, 12 Dec 2022 23:22:01 +0000 (16:22 -0700)
library/core/src/borrow.rs

index fdd56cb4eaa8e462dab96f6816813b9812df2f81..4a8302ee404c109117d56b4e43ee7c7b8ad4f73c 100644 (file)
@@ -26,7 +26,7 @@
 /// to be modified, it can additionally implement [`BorrowMut<T>`].
 ///
 /// Further, when providing implementations for additional traits, it needs
-/// to be considered whether they should behave identical to those of the
+/// to be considered whether they should behave identically to those of the
 /// underlying type as a consequence of acting as a representation of that
 /// underlying type. Generic code typically uses `Borrow<T>` when it relies
 /// on the identical behavior of these additional trait implementations.