Skip to content

Commit

Permalink
Add missing character
Browse files Browse the repository at this point in the history
  • Loading branch information
utkinis committed Nov 25, 2023
1 parent 52e8586 commit 1b8326b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Grids/cartesian_grid.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function CartesianGrid(origin::NTuple{N,T}, extent::NTuple{N,T}, size::NTuple{N,
end

"""
CartesianGrid(origin::NTuple{N,T}, extent::NTuple{N,T}, size::NTuple{N,I})
CartesianGrid(; origin::NTuple{N,T}, extent::NTuple{N,T}, size::NTuple{N,I})
Create a Cartesian grid with a specified origin (bottom-south-west corner in 3D), spatial extent, and number of grid cells.
"""
Expand Down

0 comments on commit 1b8326b

Please sign in to comment.