From 149b1f3cf6d79e709144ea22a5f49bbd4c7ab35e Mon Sep 17 00:00:00 2001
From: Stephane Del Pino <stephane.delpino44@gmail.com>
Date: Thu, 8 Dec 2022 22:27:16 +0100
Subject: [PATCH] Fix doc `sum_to_Vh` -> `sum_of_Vh`

Thanks to @drouard
---
 doc/userdoc.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/userdoc.org b/doc/userdoc.org
index 9295c530b..a4d0ce4a9 100644
--- a/doc/userdoc.org
+++ b/doc/userdoc.org
@@ -3408,7 +3408,7 @@ and the return value is an $\mathbb{R}^{3\times3}$ matrix.
 
 ***** Utilities
 
-****** ~sum_to_Vh: Vh -> Vh~
+****** ~sum_of_Vh: Vh -> Vh~
 
 This function it computes the sum of all the components of
 $\vec{\mathbb{P}}_0(\mathbb{R})$ function and stores the result into a
-- 
GitLab