From e3910685e1c1ce8357c0fc083214a695d135879e Mon Sep 17 00:00:00 2001 From: Simon Sticko Date: Tue, 7 Apr 2020 15:02:05 +0200 Subject: [PATCH] Slightly reformulate documentation of BoundingBox Co-Authored-By: Martin Kronbichler --- include/deal.II/base/bounding_box.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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], -- 2.39.5