diff src/Grids/equidistant_grid.jl @ 1526:4df668d00d03 feature/grids/curvilinear

Merge default
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 09 Apr 2024 07:58:27 +0200
parents 553111a15506 d7bc11053951
children 9113f437431d
line wrap: on
line diff
--- a/src/Grids/equidistant_grid.jl	Fri Feb 16 15:28:19 2024 +0100
+++ b/src/Grids/equidistant_grid.jl	Tue Apr 09 07:58:27 2024 +0200
@@ -103,8 +103,8 @@
 
 Note: If `limit_lower` and `limit_upper` are integers and `size` would allow a
 completely integer grid, `equidistant_grid` will still return a floating point
-grid. This simlifies the implementation and avoids certain surprise
-behaviours.
+grid. This simplifies the implementation and avoids certain surprise
+behaviors.
 """
 # TODO: Change signature to `equidistant_grid(limit_lower,limit_upper, size...)
 function equidistant_grid(size::Dims, limit_lower, limit_upper)