diff --git a/src/dev/graph/layout.rs b/src/dev/graph/layout.rs index 85cea3a4..53136699 100644 --- a/src/dev/graph/layout.rs +++ b/src/dev/graph/layout.rs @@ -60,7 +60,7 @@ impl CircuitLayout { self } - /// Draws red lines between equality-constrainted cells. + /// Draws red lines between equality-constrained cells. /// /// The default is to not show these, as they can get _very_ messy. pub fn show_equality_constraints(mut self, show: bool) -> Self {