gnu: dune-subgrid: Fix grammar of "allows to mark" to "marks".

* gnu/packages/maths (dune-subgrid): Fix grammar.
This commit is contained in:
Vagrant Cascadian 2020-04-12 13:26:27 -07:00
parent 7133049f10
commit 48b0d9c071
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -4985,7 +4985,7 @@ (define-public dune-subgrid
("pkg-config" ,pkg-config)))
(home-page "http://numerik.mi.fu-berlin.de/dune-subgrid/index.php")
(synopsis "Distributed and Unified Numerics Environment")
(description "The dune-subgrid module allows to mark elements of
(description "The dune-subgrid module marks elements of
another hierarchical dune grid. The set of marked elements can then be
accessed as a hierarchical dune grid in its own right. Dune-Subgrid
provides the full grid interface including adaptive mesh refinement.")