From: Simon Sticko Date: Tue, 7 Apr 2020 13:02:05 +0000 (+0200) Subject: Slightly reformulate documentation of BoundingBox X-Git-Tag: v9.2.0-rc1~278^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3910685e1c1ce8357c0fc083214a695d135879e;p=dealii.git Slightly reformulate documentation of BoundingBox Co-Authored-By: Martin Kronbichler --- diff --git a/include/deal.II/base/bounding_box.h b/include/deal.II/base/bounding_box.h index 62470ee7b7..31f5726c80 100644 --- a/include/deal.II/base/bounding_box.h +++ b/include/deal.II/base/bounding_box.h @@ -70,7 +70,7 @@ enum class NeighborType /** * A class that represents a box of arbitrary dimension spacedim and - * with sides parallel to the coordinate axes. That is, a region + * with sides parallel to the coordinate axes, that is, a region * * @f[ * [x_0^L, x_0^U] \times ... \times [x_{spacedim-1}^L, x_{spacedim-1}^U],