From 529441cb45b3ae4082e91e7774783228ceaacb3b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Florian=20Blach=C3=A8re?= <florian.blachere@utt.fr>
Date: Thu, 25 Mar 2021 11:49:26 +0100
Subject: [PATCH] remove double "and" in the doc

---
 Mesh/Field.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Mesh/Field.cpp b/Mesh/Field.cpp
index 252497dbb3..ed5aa493db 100644
--- a/Mesh/Field.cpp
+++ b/Mesh/Field.cpp
@@ -1103,7 +1103,7 @@ public:
   {
     return "Evaluate a mathematical expression. The expression can contain "
            "x, y, z for spatial coordinates, F0, F1, ... for field values, and "
-           "and mathematical functions.";
+           "mathematical functions.";
   }
 };
 
@@ -1192,7 +1192,7 @@ public:
   {
     return "Evaluate a metric expression. The expressions can contain "
            "x, y, z for spatial coordinates, F0, F1, ... for field values, and "
-           "and mathematical functions.";
+           "mathematical functions.";
   }
 };
 
-- 
GitLab