From 42ff1ab3dc3118228455f1efe3b866ae4d631c81 Mon Sep 17 00:00:00 2001
From: Delaigue Olivier <olivier.delaigue@irstea.fr>
Date: Fri, 25 Aug 2023 17:08:18 +0200
Subject: [PATCH] docs(man): correct English in 'SimGR' help page

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

diff --git a/man/SimGR.Rd b/man/SimGR.Rd
index 602487f..1352c53 100644
--- a/man/SimGR.Rd
+++ b/man/SimGR.Rd
@@ -89,7 +89,7 @@ CAL <- CalGR(PrepGR = PREP, CalCrit = "KGE2",
 SIM <- SimGR(PrepGR = PREP, Param = CAL, EffCrit = "KGE2",
              WupPer = NULL, SimPer = c("1994-01-01", "1998-12-31"))
 
-## Simulation step using model parameters set by the user
+## Simulation step using model parameter set by the user
 SIM <- SimGR(PrepGR = PREP, Param = c(270.426, 0.984, 108.853, 2.149), EffCrit = "KGE2",
              WupPer = NULL, SimPer = c("1994-01-01", "1998-12-31"))
 
-- 
GitLab