Skip to content

Commit

Permalink
fix typos in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha authored Nov 13, 2024
1 parent 81737f7 commit e8dffb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auxiliary/math.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e8dffb5

Please sign in to comment.