Skip to content

Commit fc490ad

Browse files
committed
doc comment typo fix
1 parent 2f0463a commit fc490ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/ty/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ pub enum BorrowKind {
514514

515515
/// Data must be immutable but not aliasable. This kind of borrow
516516
/// cannot currently be expressed by the user and is used only in
517-
/// implicit closure bindings. It is needed when you the closure
517+
/// implicit closure bindings. It is needed when the closure
518518
/// is borrowing or mutating a mutable referent, e.g.:
519519
///
520520
/// let x: &mut isize = ...;

0 commit comments

Comments
 (0)