nit: fix typo

This commit is contained in:
Niko Matsakis 2018-07-13 01:28:36 -04:00
parent eed2c09a64
commit 6918c17048
1 changed files with 1 additions and 1 deletions

View File

@ -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 {