From b7d563653d48e4e78837de9dc49b03df9e7a111c Mon Sep 17 00:00:00 2001 From: SphinxKnight Date: Thu, 11 Nov 2021 08:59:11 +0100 Subject: Fix md conversion errors (#3027) --- files/fr/web/xpath/functions/position/index.html | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) (limited to 'files/fr/web/xpath/functions/position/index.html') diff --git a/files/fr/web/xpath/functions/position/index.html b/files/fr/web/xpath/functions/position/index.html index 8d2f1f076e..2a51e4a9f5 100644 --- a/files/fr/web/xpath/functions/position/index.html +++ b/files/fr/web/xpath/functions/position/index.html @@ -11,16 +11,16 @@ original_slug: Web/XPath/Fonctions/position


La fonction position retourne un nombre égal à la position du contexte dans le contexte d'évaluation d'expression.

-

Syntaxe

+

Syntaxe

position()
 
-

Retour

+

Retour

Un nombre entier égal à la position du contenu dans le contexte d'évaluation d'expression.

-

Notes

+

Notes