Skip to content

Commit 46f4ba6

Browse files
committed
Small typo
1 parent e6b4b99 commit 46f4ba6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/interface/interface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ end
3030
@doc """
3131
solve(p::Problem, a::Algorithm; kwargs...)
3232
33-
Solve the Solve the [`Problem`](@ref) `p` using the [`Algorithm`](@ref) `a`.
33+
Solve the [`Problem`](@ref) `p` using the [`Algorithm`](@ref) `a`.
3434
The keyword arguments `kwargs...` have to provide enough details such that
3535
the corresponding state initialisation [`initialize_state`](@ref)`(p,a)`
3636
returns a state.

0 commit comments

Comments
 (0)