diff options
Diffstat (limited to 'files/fr/glossary/exception/index.html')
-rw-r--r-- | files/fr/glossary/exception/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/glossary/exception/index.html b/files/fr/glossary/exception/index.html index edd353b337..dd7fa29a9c 100644 --- a/files/fr/glossary/exception/index.html +++ b/files/fr/glossary/exception/index.html @@ -9,7 +9,7 @@ tags: translation_of: Glossary/Exception original_slug: Glossaire/Exception --- -<p id="Summary">Une <strong>exception</strong> est un état qui interrompt l'exécution normale du code. En JavaScript, les {{glossary("syntax error", "erreurs de syntaxe")}} sont une source commune d'exceptions.</p> +<p>Une <strong>exception</strong> est un état qui interrompt l'exécution normale du code. En JavaScript, les {{glossary("syntax error", "erreurs de syntaxe")}} sont une source commune d'exceptions.</p> <h2 id="En_savoir_plus">En savoir plus</h2> |