Skip to content

Commit 2f73ead

Browse files
authored
fix typos in docstring (#2160)
1 parent 81737f7 commit 2f73ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auxiliary/math.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ By default, Polyester.jl is enabled, but it can
1515
be useful for performance comparisons to switch to the Julia core backend.
1616
1717
This does not fully disable Polyester.jl,
18-
buy only its use as part of Trixi.jl's `@threaded` macro.
18+
but only its use as part of Trixi.jl's [`@threaded`](@ref) macro.
1919
"""
2020
function set_polyester!(toggle::Bool; force = true)
2121
set_preferences!(TRIXI_UUID, "polyester" => toggle, force = force)

0 commit comments

Comments
 (0)