Mercurial > repos > public > sbplib_julia
diff src/Grids/grid.jl @ 1513:d7bc11053951
Fix spelling mistakes
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 21 Mar 2024 15:36:52 +0100 |
parents | a863aef1f799 |
children | b6f6425e34ac |
line wrap: on
line diff
--- a/src/Grids/grid.jl Tue Jan 23 20:39:06 2024 +0100 +++ b/src/Grids/grid.jl Thu Mar 21 15:36:52 2024 +0100 @@ -27,7 +27,7 @@ """ coordinate_size(g) -The lenght of the coordinate vector of `Grid` `g`. +The length of the coordinate vector of `Grid` `g`. """ coordinate_size(::Type{<:Grid{T}}) where T = _ncomponents(T) coordinate_size(g::Grid) = coordinate_size(typeof(g)) # TBD: Name of this function?!