From 14635bb8d75032637ebfd4ce5c20e52d103da9d4 Mon Sep 17 00:00:00 2001
From: Wolfgang Bangerth <bangerth@math.tamu.edu>
Date: Thu, 27 Aug 2015 15:08:44 -0500
Subject: [PATCH] Fix documentation text.

---
 include/deal.II/fe/mapping.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/deal.II/fe/mapping.h b/include/deal.II/fe/mapping.h
index 56c104bd2f..96403dbf47 100644
--- a/include/deal.II/fe/mapping.h
+++ b/include/deal.II/fe/mapping.h
@@ -327,8 +327,8 @@ public:
    * equals the given point @p p.  If this is the case then this function
    * throws an exception of type Mapping::ExcTransformationFailed . Whether
    * the given point @p p lies outside the cell can therefore be determined by
-   * checking whether the return reference coordinates lie inside of outside
-   * the reference cell (e.g., using GeometryInfo::is_inside_unit_cell) or
+   * checking whether the return reference coordinates lie inside or outside
+   * the reference cell (e.g., using GeometryInfo::is_inside_unit_cell()) or
    * whether the exception mentioned above has been thrown.
    *
    * @param cell Iterator to the cell that will be used to define the mapping.
-- 
2.39.5