Skip to content

Commit 6918c17

Browse files
committed
nit: fix typo
1 parent eed2c09 commit 6918c17

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_mir/borrow_check/nll/constraints

1 file changed

+1
-1
lines changed

src/librustc_mir/borrow_check/nll/constraints/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ impl ConstraintSet {
3737
}
3838

3939
/// Constructs a graph from the constraint set; the graph makes it
40-
/// easy to find the constriants affecting a particular region
40+
/// easy to find the constraints affecting a particular region
4141
/// (you should not mutate the set once this graph is
4242
/// constructed).
4343
crate fn graph(&self, num_region_vars: usize) -> graph::ConstraintGraph {

0 commit comments

Comments
 (0)