diff options
author | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-07-31 10:55:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-31 10:55:22 +0200 |
commit | 07727c4cb132780143a67d292e18034173cb7fa0 (patch) | |
tree | 752094739fadd3906c62dd3e5724d85143a295d6 /files/fr/web/javascript/reference/global_objects/function/index.html | |
parent | b22fd7d3837d4ed6f8b31f4fecf4046062399fa1 (diff) | |
download | translated-content-07727c4cb132780143a67d292e18034173cb7fa0.tar.gz translated-content-07727c4cb132780143a67d292e18034173cb7fa0.tar.bz2 translated-content-07727c4cb132780143a67d292e18034173cb7fa0.zip |
Fix md conversion reports: code (#1815)
Diffstat (limited to 'files/fr/web/javascript/reference/global_objects/function/index.html')
-rw-r--r-- | files/fr/web/javascript/reference/global_objects/function/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/javascript/reference/global_objects/function/index.html b/files/fr/web/javascript/reference/global_objects/function/index.html index 1ee860c592..cbac58bc3c 100644 --- a/files/fr/web/javascript/reference/global_objects/function/index.html +++ b/files/fr/web/javascript/reference/global_objects/function/index.html @@ -24,7 +24,7 @@ original_slug: Web/JavaScript/Reference/Objets_globaux/Function <h3 id="Paramètres">Paramètres</h3> <dl> - <dt><code>arg1, arg2, ... arg<em>N</em></code></dt> + <dt><code>arg1, arg2, ... argN</code></dt> <dd>Les noms utilisés par la fonction pour les arguments formellement déclarés. Chacun doit être une chaîne de caractères correspondant à un identifiant JavaScript valide (ou une liste de telles chaînes séparées par des virgules). Par exemple : "<code>x</code>", "<code>uneValeur</code>", ou "<code>a,b</code>".</dd> <dt><code>corpsFonction</code></dt> <dd>Une chaîne de caractères qui contient les instructions JavaScript définissant la fonction.</dd> |