diff src/Grids/equidistant_grid.jl @ 1513:d7bc11053951

Fix spelling mistakes
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 21 Mar 2024 15:36:52 +0100
parents 37cf9f79caa4
children 4df668d00d03 43aaf710463e
line wrap: on
line diff
--- a/src/Grids/equidistant_grid.jl	Tue Jan 23 20:39:06 2024 +0100
+++ b/src/Grids/equidistant_grid.jl	Thu Mar 21 15:36:52 2024 +0100
@@ -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.
 """
 function equidistant_grid(size::Dims, limit_lower, limit_upper)
     gs = map(equidistant_grid, size, limit_lower, limit_upper)