From 7766d67593cf81cc5d15a77b6dcad98d1b98f6aa Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 12:36:30 +0100 Subject: unslug fr: modify --- files/fr/glossary/callback_function/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'files/fr/glossary/callback_function') 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 ---

Une fonction de rappel (aussi appelée callback 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.

-- cgit v1.2.3-54-g00ecf