Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
tpapp committed Jun 18, 2024
1 parent 0ba0334 commit d5e7907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generic_api.jl
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ for this when it makes sense.
The collocation matrix may not be an `AbstractMatrix`, all it needs to support is `C \\ y`
for compatible vectors `y = f.(x)`.
Methods are type stable. The elements of `x` can be [`derivatives`](@ref).
Methods are type stable. The elements of `x` can be derivatives, see [`𝑑`](@ref).
"""
function collocation_matrix(basis, x = grid(basis))
N = dimension(basis)
Expand Down

0 comments on commit d5e7907

Please sign in to comment.