aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/glossary/callback_function/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/glossary/callback_function/index.html')
-rw-r--r--files/pt-br/glossary/callback_function/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/pt-br/glossary/callback_function/index.html b/files/pt-br/glossary/callback_function/index.html
index 42e67bcde6..277028662c 100644
--- a/files/pt-br/glossary/callback_function/index.html
+++ b/files/pt-br/glossary/callback_function/index.html
@@ -1,7 +1,8 @@
---
title: Função Callback
-slug: Glossario/Callback_function
+slug: Glossary/Callback_function
translation_of: Glossary/Callback_function
+original_slug: Glossario/Callback_function
---
<p>Uma função callback é uma função passada a outra função como argumento, que é então invocado dentro da função externa para completar algum tipo de rotina ou ação.</p>