From 07727c4cb132780143a67d292e18034173cb7fa0 Mon Sep 17 00:00:00 2001 From: SphinxKnight Date: Sat, 31 Jul 2021 10:55:22 +0200 Subject: Fix md conversion reports: code (#1815) --- .../javascript/reference/global_objects/string/fromcharcode/index.html | 2 +- .../web/javascript/reference/global_objects/string/replace/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'files/fr/web/javascript/reference/global_objects/string') diff --git a/files/fr/web/javascript/reference/global_objects/string/fromcharcode/index.html b/files/fr/web/javascript/reference/global_objects/string/fromcharcode/index.html index 975eb23fb0..c1a6f56e6e 100644 --- a/files/fr/web/javascript/reference/global_objects/string/fromcharcode/index.html +++ b/files/fr/web/javascript/reference/global_objects/string/fromcharcode/index.html @@ -24,7 +24,7 @@ original_slug: Web/JavaScript/Reference/Objets_globaux/String/fromCharCode

Paramètres

-
num1, ..., numN
+
num1, ..., numN
Une séquence de nombres représentant des points de code UTF-16 entre 0 et 65535 (0xFFFF). Les nombres supérieurs à 0xFFFF sont tronqués.
diff --git a/files/fr/web/javascript/reference/global_objects/string/replace/index.html b/files/fr/web/javascript/reference/global_objects/string/replace/index.html index 38e5c691d0..69816aace6 100644 --- a/files/fr/web/javascript/reference/global_objects/string/replace/index.html +++ b/files/fr/web/javascript/reference/global_objects/string/replace/index.html @@ -74,7 +74,7 @@ original_slug: Web/JavaScript/Reference/Objets_globaux/String/replace Insère la partie de la chaîne de caractère qui suit la sous-chaîne en correspondance. - $n + $n

Où n est un entier positif inférieur à 100. Insère la n ième chaîne de sous-correspondance entre parenthèses, à condition que le premier argument ait été un objet {{jsxref("RegExp")}}. Notez que ceci est réalisé en indices base 1.

-- cgit v1.2.3-54-g00ecf