aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/javascript/reference/global_objects/string/fromcharcode/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/javascript/reference/global_objects/string/fromcharcode/index.html')
-rw-r--r--files/fr/web/javascript/reference/global_objects/string/fromcharcode/index.html2
1 files changed, 1 insertions, 1 deletions
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
<h3 id="Paramètres">Paramètres</h3>
<dl>
- <dt><code>num1, ..., num<em>N</em></code></dt>
+ <dt><code>num1, ..., numN</code></dt>
<dd>Une séquence de nombres représentant des points de code UTF-16 entre 0 et 65535 (<code>0xFFFF</code>). Les nombres supérieurs à <code>0xFFFF</code> sont tronqués.</dd>
</dl>