From 8e3b7d89e4a995064b5d1a105f21fc6ea0ba9ef9 Mon Sep 17 00:00:00 2001 From: Sameer Agarwal Date: Fri, 29 Sep 2023 14:54:34 -0700 Subject: [PATCH] Fix a copy-pasta error Change-Id: I2f7f7e98364f3f28245e5c379c7fe143c21d825b --- docs/source/modeling_faqs.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/modeling_faqs.rst b/docs/source/modeling_faqs.rst index 2e4f6f2cf..0d23de4e5 100644 --- a/docs/source/modeling_faqs.rst +++ b/docs/source/modeling_faqs.rst @@ -81,8 +81,7 @@ Modeling and lower bounds constraints on the parameter blocks. The trick described above for dealing with inequality - constraints will **not** work.. default-domain:: cpp | - for equality constraints. + constraints will **not** work for equality constraints. #. How do I set one or more components of a parameter block constant?