aboutsummaryrefslogtreecommitdiff
path: root/files/fr/glossary/callback_function
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/glossary/callback_function')
-rw-r--r--files/fr/glossary/callback_function/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/fr/glossary/callback_function/index.html b/files/fr/glossary/callback_function/index.html
index f736c36a1e..7995f84c2e 100644
--- a/files/fr/glossary/callback_function/index.html
+++ b/files/fr/glossary/callback_function/index.html
@@ -1,12 +1,13 @@
---
title: Fonction de rappel (callback)
-slug: Glossaire/Fonction_de_rappel
+slug: Glossary/Callback_function
tags:
- Callback
- Fonction de rappel
- Glossaire
- Rappel
translation_of: Glossary/Callback_function
+original_slug: Glossaire/Fonction_de_rappel
---
<p>Une fonction de rappel (aussi appelée <em>callback</em> en anglais) est une fonction passée dans une autre fonction en tant qu'argument, qui est ensuite invoquée à l'intérieur de la fonction externe pour accomplir une sorte de routine ou d'action.</p>