From 513d2b964b3a5aed604bf8c7d63ed83b77f0e015 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Grand?= <francois.grand@inrae.fr>
Date: Tue, 16 May 2023 09:15:37 +0200
Subject: [PATCH] fix(doc): syntax error in structure formula

---
 docs/en/calculators/structures/liste.md | 4 ++--
 docs/fr/calculators/structures/liste.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/en/calculators/structures/liste.md b/docs/en/calculators/structures/liste.md
index 49b89645c..427be1e3f 100644
--- a/docs/en/calculators/structures/liste.md
+++ b/docs/en/calculators/structures/liste.md
@@ -37,5 +37,5 @@ Extract from CETMEF, 2005. Note on weirs : synthesis of flow laws at the right o
 > - weir with undefined crest 
 >
 > In order to determine the type of weir studied, the following conditions must be verified:
-> - if $`C < \frac{H_1}{2}`$, then the threshold is sharp-crested;
-> - if $`C > \frac{2H_1}{3}`$, then the threshold is broad-crested.
+> - if $C < \frac{H_1}{2}$, then the threshold is sharp-crested;
+> - if $C > \frac{2H_1}{3}$, then the threshold is broad-crested.
diff --git a/docs/fr/calculators/structures/liste.md b/docs/fr/calculators/structures/liste.md
index e13d51eb5..c0c942d4d 100644
--- a/docs/fr/calculators/structures/liste.md
+++ b/docs/fr/calculators/structures/liste.md
@@ -37,5 +37,5 @@ Extrait de CETMEF, 2005. Notice sur les déversoirs : synthèse des lois d’
 > - seuil à crête non définie 
 >
 > Afin de déterminer le type de seuil étudié, les conditions suivantes doivent être vérifiées :
-> - si $`C < \frac{H_1}{2}`$, alors le seuil est à crête mince ;
-> - si $`C > \frac{2H_1}{3}`$, alors le seuil est à crête épaisse.
\ No newline at end of file
+> - si $C < \frac{H_1}{2}$, alors le seuil est à crête mince ;
+> - si $C > \frac{2H_1}{3}$, alors le seuil est à crête épaisse.
\ No newline at end of file
-- 
GitLab