From e8dffb5f4268acf006e48b4853ee591d3fd0ac69 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Wed, 13 Nov 2024 14:46:42 +0100 Subject: [PATCH] fix typos in docstring --- src/auxiliary/math.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auxiliary/math.jl b/src/auxiliary/math.jl index 6ae09588861..11ed950fc45 100644 --- a/src/auxiliary/math.jl +++ b/src/auxiliary/math.jl @@ -15,7 +15,7 @@ By default, Polyester.jl is enabled, but it can be useful for performance comparisons to switch to the Julia core backend. This does not fully disable Polyester.jl, -buy only its use as part of Trixi.jl's `@threaded` macro. +but only its use as part of Trixi.jl's [`@threaded`](@ref) macro. """ function set_polyester!(toggle::Bool; force = true) set_preferences!(TRIXI_UUID, "polyester" => toggle, force = force)