From 34934e5b219524c48a61f20a00d1936342d4293a Mon Sep 17 00:00:00 2001 From: Mongi Bellili <59377156+mongibellili@users.noreply.github.com> Date: Wed, 28 Aug 2024 21:31:48 +0200 Subject: [PATCH] Update paper.md --- paper/paper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper/paper.md b/paper/paper.md index 13355ea..77c89ca 100644 --- a/paper/paper.md +++ b/paper/paper.md @@ -42,7 +42,7 @@ odeprob = NLodeProblem(quote discrete and continous variables helper expressions differential equations - if-statments for event) + if-statments for events) ``` The output of this function is an object of type Problem, and it is passed to the solve function along any other configuration arguments such as the algorithm type, the time span and the tolerance. The solve function dispatches on the given algorithm and start the numerical integration.