Skip to content

Commit af2d1f9

Browse files
Provide hyperref for doc have_nonconservative_terms (#2650)
1 parent ce5dee6 commit af2d1f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/equations/equations.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ abstract type FluxNonConservative{STRUCTURE} end
312312
Trait function determining whether `equations` represent a conservation law
313313
with or without nonconservative terms. Classical conservation laws such as the
314314
[`CompressibleEulerEquations2D`](@ref) do not have nonconservative terms. The
315-
[`IdealGlmMhdEquations2D`] are an example of equations with nonconservative terms.
315+
[`IdealGlmMhdEquations2D`](@ref) are an example of equations with nonconservative terms.
316316
The return value will be `True()` or `False()` to allow dispatching on the return type.
317317
"""
318318
have_nonconservative_terms(::AbstractEquations) = False()

0 commit comments

Comments
 (0)