diff options
| author | king6cong <king6cong@gmail.com> | 2017-01-27 02:05:33 +0800 |
|---|---|---|
| committer | king6cong <king6cong@gmail.com> | 2017-01-27 02:05:33 +0800 |
| commit | fc490ad679328d657265352a71ed1f0e59a125bb (patch) | |
| tree | 1799aaa4bc12cc51294cf10e4f0a0265656b92e2 | |
| parent | 2f0463a4a4f323c4deffc861349e38c6b5091782 (diff) | |
| download | rust-fc490ad679328d657265352a71ed1f0e59a125bb.tar.gz rust-fc490ad679328d657265352a71ed1f0e59a125bb.zip | |
doc comment typo fix
| -rw-r--r-- | src/librustc/ty/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/ty/mod.rs b/src/librustc/ty/mod.rs index 697ab6ee491..d8d2b08de0b 100644 --- a/src/librustc/ty/mod.rs +++ b/src/librustc/ty/mod.rs @@ -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 = ...; |
