Review feedback: Fix typo.

This commit is contained in:
Felix S. Klock II
2018-05-22 16:50:03 +02:00
parent 2f7f7ac14e
commit 324ced89e8
+1 -1
View File
@@ -54,7 +54,7 @@ fn index(&self, index: BorrowIndex) -> &BorrowData<'tcx> {
}
/// Every two-phase borrow has *exactly one* use (or else it is not a
/// proper two-phase borrow under our current definition. However, not
/// proper two-phase borrow under our current definition). However, not
/// all uses are actually ones that activate the reservation.. In
/// particular, a shared borrow of a `&mut` does not activate the
/// reservation.