Skip to content

Commit

Permalink
Fix typo in @dim example
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-ramadhan authored Nov 11, 2020
1 parent 0fe0a19 commit 3621e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dimension.jl
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ are plotted on the Y axis, `<: XDim` on the X axis, etc.
Example:
```julia
@dim Lat "Lattitude" "lat"
@dim Lat YDim "latitude"
@dim Lon XDim "Longitude"
```
"""
Expand Down

0 comments on commit 3621e32

Please sign in to comment.