Skip to content

Commit 3b07514

Browse files
committed
fix clippy issue
1 parent 4b627cf commit 3b07514

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/rule.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,7 @@ impl<'a> AssignmentRuleBuilder<'a> {
228228
///
229229
/// # Arguments
230230
/// * `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
231+
/// * `variable` - The variable that this assignment rule affects.
233232
/// * `formula` - The mathematical formula defining the value to assign to the variable
234233
///
235234
/// # Returns

0 commit comments

Comments
 (0)