From: Timo Heister Date: Sun, 7 Feb 2016 14:37:36 +0000 (-0500) Subject: minor rewording X-Git-Tag: v8.4.0-rc2~25^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2146%2Fhead;p=dealii.git minor rewording --- 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