Skip to content

Commit 017f43c

Browse files
Update index.md
1 parent 3b1aefb commit 017f43c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/src/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ In many cases, the `SolverType` is an object that is iteratively progressed to a
2828

2929
```julia
3030
step!(::SolverType, args...; kwargs...)
31+
```
3132

3233
To avoid method ambiguity, the first argument of `solve`, `solve!`, `step!`, and `init`
3334
_must_ be dispatched on the type defined in your package. For example, do
@@ -111,4 +112,4 @@ link = "https://github.com/SciML/"*name*".jl/tree/gh-pages/v"*version*"/assets/P
111112
```
112113
```@raw html
113114
">project</a> file.
114-
```
115+
```

0 commit comments

Comments
 (0)