Skip to content

Commit

Permalink
Rollup merge of rust-lang#39321 - king6cong:master, r=frewsxcv
Browse files Browse the repository at this point in the history
doc comment typo fix
  • Loading branch information
alexcrichton committed Jan 28, 2017
2 parents 4ef67ba + fc490ad commit a5ff116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/ty/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ...;
Expand Down

0 comments on commit a5ff116

Please sign in to comment.