dev: Fix typo in doc comment

Co-authored-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
str4d 2021-07-16 23:02:18 +01:00 committed by GitHub
parent 3fe004a794
commit 874b52a7f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ impl CircuitLayout {
self 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. /// The default is to not show these, as they can get _very_ messy.
pub fn show_equality_constraints(mut self, show: bool) -> Self { pub fn show_equality_constraints(mut self, show: bool) -> Self {