From 3b5068b8f8352adbef05fdf1a81f666a97a030be Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Thu, 29 Aug 2019 20:05:10 +0200 Subject: [PATCH] Fix typo in the documentation of Triangulation --- include/deal.II/grid/tria.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/grid/tria.h b/include/deal.II/grid/tria.h index 3021a39ab9..7a65534303 100644 --- a/include/deal.II/grid/tria.h +++ b/include/deal.II/grid/tria.h @@ -3503,7 +3503,7 @@ public: * Translate the index of coarse cell to its unique id. See the glossary * entry on @ref GlossCoarseCellId "coarse cell IDs" for more information. * - * @note: See the note of the method + * @note See the note of the method * coarse_cell_id_to_coarse_cell_index(). * * @param coarse_cell_index Index of the coarse cell. -- 2.39.5