Skip to content

Commit da50105

Browse files
committed
Fix typo
1 parent d9a401f commit da50105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/diffeqs/odesystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ function build_explicit_observed_function(sys, ts;
314314
output_type = Array,
315315
checkbounds = true,
316316
drop_expr = drop_expr,
317-
ps = paramteres(sys),
317+
ps = parameters(sys),
318318
throw = true)
319319
if (isscalar = !(ts isa AbstractVector))
320320
ts = [ts]

0 commit comments

Comments
 (0)