From d1d7beef4d40ea4d77b40efbf486da3592b58925 Mon Sep 17 00:00:00 2001
From: Thibault Hallouin <thibault.hallouin@inrae.fr>
Date: Wed, 15 Feb 2023 12:09:05 +0100
Subject: [PATCH] fix typo for parameter in docstring

---
 include/evalhyd/detail/determinist/errors.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/evalhyd/detail/determinist/errors.hpp b/include/evalhyd/detail/determinist/errors.hpp
index 3b2a66b..646bbd4 100644
--- a/include/evalhyd/detail/determinist/errors.hpp
+++ b/include/evalhyd/detail/determinist/errors.hpp
@@ -296,7 +296,7 @@ namespace evalhyd
 
             /// Compute the quadratic error between predictions and mean prediction.
             ///
-            /// \param err_obs
+            /// \param err_prd
             ///     Errors between predictions and mean prediction.
             ///     shape: (subsets, samples, series, time)
             /// \return
-- 
GitLab