doc comment typo fix
This commit is contained in:
parent
2f0463a4a4
commit
fc490ad679
1 changed files with 1 additions and 1 deletions
|
|
@ -514,7 +514,7 @@ pub enum BorrowKind {
|
|||
|
||||
/// Data must be immutable but not aliasable. This kind of borrow
|
||||
/// cannot currently be expressed by the user and is used only in
|
||||
/// implicit closure bindings. It is needed when you the closure
|
||||
/// implicit closure bindings. It is needed when the closure
|
||||
/// is borrowing or mutating a mutable referent, e.g.:
|
||||
///
|
||||
/// let x: &mut isize = ...;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue