Skip to content

Commit

Permalink
nit: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Jul 13, 2018
1 parent eed2c09 commit 6918c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_mir/borrow_check/nll/constraints/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ impl ConstraintSet {
}

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

0 comments on commit 6918c17

Please sign in to comment.