From 45497d841e649e862e9a9910dfb9a29aca7fe350 Mon Sep 17 00:00:00 2001
From: Delaigue Olivier <olivier.delaigue@irstea.fr>
Date: Wed, 4 Aug 2021 14:59:27 +0200
Subject: [PATCH] docs(man): add missing brace in CreateErrorCrit_GAPX doc

---
 man/CreateErrorCrit_GAPX.Rd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/CreateErrorCrit_GAPX.Rd b/man/CreateErrorCrit_GAPX.Rd
index 09e77af9..cca12ed2 100644
--- a/man/CreateErrorCrit_GAPX.Rd
+++ b/man/CreateErrorCrit_GAPX.Rd
@@ -32,7 +32,7 @@ CreateErrorCrit_GAPX(FUN_TRANSFO)
 \details{
 In addition to the criterion value, the function outputs include a multiplier (-1 or +1) which allows
 the use of the function for model calibration: the product \code{CritValue * Multiplier} is the criterion to be minimised
-(\codeMultiplier = -1} for NSE).
+(\code{Multiplier = -1} for NSE).
 }
 
 \examples{
-- 
GitLab