aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/glossary/call_stack/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/glossary/call_stack/index.html')
-rw-r--r--files/pt-br/glossary/call_stack/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/pt-br/glossary/call_stack/index.html b/files/pt-br/glossary/call_stack/index.html
index 73e99316be..772871f93d 100644
--- a/files/pt-br/glossary/call_stack/index.html
+++ b/files/pt-br/glossary/call_stack/index.html
@@ -1,7 +1,8 @@
---
title: Call stack (Pilha de chamadas)
-slug: Glossario/Call_stack
+slug: Glossary/Call_stack
translation_of: Glossary/Call_stack
+original_slug: Glossario/Call_stack
---
<p>A pilha de chamadas <strong>(call stack)</strong> é um mecanismo do interpretador de uma linguagem que organiza o funcionamento do script quando são chamadas muitas funções, qual função está sendo executada no momento, e quais serão chamadas dentro de alguma função, etc.</p>