We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c528bdd + 0457eda commit c6c1008Copy full SHA for c6c1008
library/core/src/borrow.rs
@@ -22,7 +22,7 @@
22
/// Types express that they can be borrowed as some type `T` by implementing
23
/// `Borrow<T>`, providing a reference to a `T` in the trait’s
24
/// [`borrow`] method. A type is free to borrow as several different types.
25
-/// If it wishes to mutably borrow as the type – allowing the underlying data
+/// If it wishes to mutably borrow as the type, allowing the underlying data
26
/// to be modified, it can additionally implement [`BorrowMut<T>`].
27
///
28
/// Further, when providing implementations for additional traits, it needs
0 commit comments