Skip to content

Commit 37e51c5

Browse files
committed
update rustc_borrowck::places_conflict doc-comment
Signed-off-by: onur-ozkan <[email protected]>
1 parent 0dde8ca commit 37e51c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_borrowck/src/places_conflict.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//! we can prove overlap one way or another. Essentially, we treat `Overlap` as
44
//! a monoid and report a conflict if the product ends up not being `Disjoint`.
55
//!
6-
//! At each step, if we didn't run out of borrow or place, we know that our elements
6+
//! On each step, if we didn't run out of borrow or place, we know that our elements
77
//! have the same type, and that they only overlap if they are the identical.
88
//!
99
//! For example, if we are comparing these:

0 commit comments

Comments
 (0)