Skip to content

Commit

Permalink
doc: syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
mchitre committed Nov 15, 2024
1 parent 64d43c7 commit 413a8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pkg> add AdaptiveEstimators
## API

Currently, the public API consists of only the following:
```
```julia
# fit model to data (x, y) using specified algorithm
fit!(model::SystemModel, alg::Estimator, x, y; saveat, rng)
fit!(model::SystemModel, alg::Estimator, x, y, nsteps, decision; ...)
Expand Down

0 comments on commit 413a8b1

Please sign in to comment.