Skip to content

Commit dab80d9

Browse files
Update Debugging.md
1 parent 3a4f44a commit dab80d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/basics/Debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ logging in a system returned from `debug_system`, use `ModelingToolkit.ASSERTION
6565

6666
```@repl debug
6767
dprob[ModelingToolkit.ASSERTION_LOG_VARIABLE] = false;
68-
solve(drob, Tsit5());
68+
solve(dprob, Tsit5());
6969
```
7070

7171
```@docs

0 commit comments

Comments
 (0)