From 36eeb621e2d15a3b562bac9c3886003342f7835f Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Sun, 7 Feb 2016 09:37:36 -0500 Subject: [PATCH] minor rewording --- doc/doxygen/headers/concepts.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/doxygen/headers/concepts.h b/doc/doxygen/headers/concepts.h index 8d3781d35a..3273aa01ee 100644 --- a/doc/doxygen/headers/concepts.h +++ b/doc/doxygen/headers/concepts.h @@ -117,8 +117,8 @@ * DoFHandler::begin_active()) and typedefs (such as * DoFHandler::active_cell_iterator) for managing collections of cells. * - * Triangulation, DoFHandler, and hp::DoFHandler may - * all be considered as a container of cells. In fact, the most important parts + * Instances of Triangulation, DoFHandler, and hp::DoFHandler may + * all be considered as containers of cells. In fact, the most important parts * of the public interface of these classes consists simply of the ability to * get iterators to their elements. Since these parts of the interface are * generic, i.e., the functions have the same name in all classes, it is -- 2.39.5