Skip to content

Commit 2739f36

Browse files
authored
Rollup merge of #94947 - Dylan-DPC:fix/typos, r=oli-obk
fix typos Rework of #94603 which got closed as I was trying to unmerge and repush. This is a subset of changes from the original pr as I sed'd whatever typos I remembered from the original PR thanks to `@cuishuang` for the original PR
2 parents 517bc32 + 9b33f15 commit 2739f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alloc/src/collections/btree/set/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ fn assert_send() {
609609

610610
#[allow(dead_code)]
611611
// Check that the member-like functions conditionally provided by #[derive()]
612-
// are not overriden by genuine member functions with a different signature.
612+
// are not overridden by genuine member functions with a different signature.
613613
fn assert_derives() {
614614
fn hash<T: Hash, H: Hasher>(v: BTreeSet<T>, state: &mut H) {
615615
v.hash(state);

0 commit comments

Comments
 (0)