diff docs/src/grids_and_grid_functions.md @ 1347:08f06bfacd5c refactor/grids

Fix typos and formatting of documentation
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Thu, 18 May 2023 22:53:31 +0200
parents 5761f4060f2b
children ee3fc2d83c73
line wrap: on
line diff
--- a/docs/src/grids_and_grid_functions.md	Mon May 15 22:54:32 2023 +0200
+++ b/docs/src/grids_and_grid_functions.md	Thu May 18 22:53:31 2023 +0200
@@ -1,6 +1,6 @@
 # Grids and grid functions
 
-The submodule `Grids` aims to provide types and logic for all types of grids that are useful for implementing summation-by-parts difference methods. It provides an abstract top level type `Grid` which defines a broad interface for how a general grid is supposed to work. Currently only equidistant grids are supported, but the basic structure supports implementations of curvilinear grids, multi-block grids, peridic grids and much more.
+The submodule `Grids` aims to provide types and logic for all types of grids that are useful for implementing summation-by-parts difference methods. It provides an abstract top level type `Grid` which defines a broad interface for how a general grid is supposed to work. Currently only equidistant grids are supported, but the basic structure supports implementations of curvilinear grids, multi-block grids, periodic grids and much more.
 
 The module also has functionality for creating and working with grid functions.