diff docs/src/manifolds_charts_atlases.md @ 1988:c4dc1bed0a81 feature/grids/manifolds

Minor docs change
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 15 Apr 2025 08:35:51 +0200
parents 3694f11075c5
children d89f7a1a6f37
line wrap: on
line diff
--- a/docs/src/manifolds_charts_atlases.md	Wed Mar 12 08:41:53 2025 +0100
+++ b/docs/src/manifolds_charts_atlases.md	Tue Apr 15 08:35:51 2025 +0200
@@ -3,7 +3,7 @@
 To construct grids on more complicated geometries we use manifolds described
 by one or more charts. The charts describe a mapping from a logical parameter space
 to the geometry that we are interested in. If there are more than one chart
-for a given geometry this collection of charts and their connection is
+for a given geometry this collection of charts and how they are connected is
 described by an atlas.
 
 For the construction of differential and difference operators on a manifold
@@ -32,5 +32,3 @@
 using ForwardDiff
 Grids.jacobian(f,x) = ForwardDiff.jacobian(f,x)
 ```
-
-<!-- What more needs to be said here? --/>