We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 797f9ce + 3a105cf commit 0d4a51dCopy full SHA for 0d4a51d
library/alloc/src/collections/btree/node.rs
@@ -1663,7 +1663,7 @@ pub mod marker {
1663
const PERMITS_TRAVERSAL: bool = true;
1664
}
1665
impl BorrowType for Owned {
1666
- // Traversal isn't needede, it happens using the result of `borrow_mut`.
+ // Traversal isn't needed, it happens using the result of `borrow_mut`.
1667
// By disabling traversal, and only creating new references to roots,
1668
// we know that every reference of the `Owned` type is to a root node.
1669
const PERMITS_TRAVERSAL: bool = false;
0 commit comments