From 57ff00a10f7e061a964f5a4ca6cd5cc945da92e9 Mon Sep 17 00:00:00 2001
From: Thibault Hallouin <thibault.hallouin@inrae.fr>
Date: Wed, 26 Oct 2022 16:12:46 +0200
Subject: [PATCH] fix typo in docstrings

---
 include/evalhyd/evald.hpp | 2 +-
 include/evalhyd/evalp.hpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/evalhyd/evald.hpp b/include/evalhyd/evald.hpp
index e92552c..354a32a 100644
--- a/include/evalhyd/evald.hpp
+++ b/include/evalhyd/evald.hpp
@@ -103,7 +103,7 @@ namespace evalhyd
     ///    bootstrap: ``std::unordered_map<std::string, int>``, optional
     ///       Parameters for the bootstrapping method used to estimate the
     ///       sampling uncertainty in the evaluation of the predictions.
-    ///       Two parameters are mandatory ('n_samples' the number of random
+    ///       Three parameters are mandatory ('n_samples' the number of random
     ///       samples, 'len_sample' the length of one sample in number of years,
     ///       and 'summary' the statistics to return to characterise the
     ///       sampling distribution), and one parameter is optional ('seed').
diff --git a/include/evalhyd/evalp.hpp b/include/evalhyd/evalp.hpp
index ccaffab..5d4c1f0 100644
--- a/include/evalhyd/evalp.hpp
+++ b/include/evalhyd/evalp.hpp
@@ -74,7 +74,7 @@ namespace evalhyd
     ///    bootstrap: ``std::unordered_map<std::string, int>``, optional
     ///       Parameters for the bootstrapping method used to estimate the
     ///       sampling uncertainty in the evaluation of the predictions.
-    ///       Two parameters are mandatory ('n_samples' the number of random
+    ///       Three parameters are mandatory ('n_samples' the number of random
     ///       samples, 'len_sample' the length of one sample in number of years,
     ///       and 'summary' the statistics to return to characterise the
     ///       sampling distribution), and one parameter is optional ('seed').
-- 
GitLab