Skip to content

Commit 8d5998f

Browse files
committed
Auto merge of #105690 - matthiaskrgr:rollup-khtq97k, r=matthiaskrgr
Rollup of 6 pull requests Successful merges: - #105642 (Minor grammar nit.) - #105658 (Remove ..X from RELEASES.md) - #105663 (Adjust log line in `fuchsia-test-runner.py`) - #105664 (rustdoc: apply `pre-wrap` CSS to code-wrapped links) - #105665 (rustdoc: simplify popover CSS) - #105676 (rustdoc: add CSS margin between `impl` docblock and its items) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
2 parents fb05526 + ce8ae7d commit 8d5998f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/borrow.rs

Lines changed: 1 addition & 1 deletion
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)