Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelbiron authored Jul 5, 2024
1 parent 1ad114b commit 22ba62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/input-julia.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ nothing # hide
## Changing the explorer

Here is an example using [`AutoMALA`](@ref)—a gradient-based sampler—instead of the default
[`SliceSampler`](@ref). For simplicity, we'll use the ForwardDiff backend; maby others are supported by the [LogDensityProblemsAD.jl](https://github.com/tpapp/LogDensityProblemsAD.jl) interface.
[`SliceSampler`](@ref). For simplicity, we'll use the ForwardDiff backend; many others are supported by the [LogDensityProblemsAD.jl](https://github.com/tpapp/LogDensityProblemsAD.jl) interface.
We only need to add methods to make
our custom type `MyLogPotential` conform the
[LogDensityProblems interface](https://github.com/tpapp/LogDensityProblems.jl):
Expand Down

0 comments on commit 22ba62f

Please sign in to comment.