Skip to content

Commit

Permalink
Update howdoi.md
Browse files Browse the repository at this point in the history
Changed `=` to `=>` in Dict constructor.
  • Loading branch information
jty53 authored Oct 16, 2024
1 parent d11eb4e commit 155e761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/howdoi.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ the axis.

For instance,
```julia
plot!(var, more_kwargs = Dict(:axis => [:dim_on_y = true]))
plot!(var, more_kwargs = Dict(:axis => [:dim_on_y => true]))
```

`ClimaAnalysis.Utils` provides a convenience function `kwargs` to specify
Expand Down

0 comments on commit 155e761

Please sign in to comment.