diff --git a/src/themes.jl b/src/themes.jl index b570836f..40a9e1f8 100644 --- a/src/themes.jl +++ b/src/themes.jl @@ -4,7 +4,7 @@ Specify the colour theme for plots. """ function theme(s::Symbol; kw...) - # Reset to defaults to overwrite active team + # Reset to defaults to overwrite active theme reset_defaults() thm = PlotThemes._themes[s]