From 2e7182dc1f1f6eff6d24c6cb398f916b3a6dddf3 Mon Sep 17 00:00:00 2001
From: Delaigue Olivier <olivier.delaigue@irstea.fr>
Date: Fri, 25 Aug 2023 17:09:22 +0200
Subject: [PATCH] test: correct English in 'test-plot'

---
 tests/testthat/test-plot.R | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/testthat/test-plot.R b/tests/testthat/test-plot.R
index 523d375..0adb077 100644
--- a/tests/testthat/test-plot.R
+++ b/tests/testthat/test-plot.R
@@ -11,7 +11,7 @@ PREP <- PrepGR(DatesR = BasinObs2$DatesR, Precip = BasinObs2$P,
                PotEvap = BasinObs2$E, Qobs = NA,
                HydroModel = "GR4J", CemaNeige = FALSE)
 
-## 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