From: Martin Kronbichler Date: Mon, 13 May 2024 07:23:21 +0000 (+0200) Subject: Fix typo in documentation X-Git-Tag: v9.6.0-rc1~282^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac41242bf95fcf02a7f33b2a2553f83fb5f86652;p=dealii.git Fix typo in documentation --- diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index 391f489697..37d5aa694d 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -113,7 +113,7 @@ namespace GridGenerator * $d+1$ quadrilateral or hexahedral cells. (However, you can create a * simplex geometry with a single simplex cell -- i.e., a triangle or * a tetrahedron -- with both the GridGenerator::reference_cell() and - * the directly with the Triangulation::create_triangulation() functions.) + * directly with the Triangulation::create_triangulation() functions.) * * The @p vertices argument contains a vector with all d+1 vertices defining * the corners of the simplex. They must be given in an order such that the