We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b627cf commit 3b07514Copy full SHA for 3b07514
src/rule.rs
@@ -228,8 +228,7 @@ impl<'a> AssignmentRuleBuilder<'a> {
228
///
229
/// # Arguments
230
/// * `model` - The parent Model that will contain this assignment rule
231
- /// * `variable` - The variable that this assignment rule affects. This is the identifier
232
- /// of the element (species, parameter etc.) whose value is being set
+ /// * `variable` - The variable that this assignment rule affects.
233
/// * `formula` - The mathematical formula defining the value to assign to the variable
234
235
/// # Returns
0 commit comments