Skip to content

Commit

Permalink
Fix typo in set_theme! docstring (#4283)
Browse files Browse the repository at this point in the history
Fix typo in docstring
  • Loading branch information
fatteneder authored Aug 29, 2024
1 parent fcebbc5 commit da319c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theming.jl
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ current_default_theme() = CURRENT_DEFAULT_THEME


"""
set_theme(theme; kwargs...)
set_theme!(theme; kwargs...)
Set the global default theme to `theme` and add / override any attributes given
as keyword arguments.
Expand Down

0 comments on commit da319c6

Please sign in to comment.