We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2750ba commit 3a105cfCopy full SHA for 3a105cf
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