aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/glossary/recursion/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/glossary/recursion/index.html')
-rw-r--r--files/pt-br/glossary/recursion/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/pt-br/glossary/recursion/index.html b/files/pt-br/glossary/recursion/index.html
index eb43639f84..71188f7c77 100644
--- a/files/pt-br/glossary/recursion/index.html
+++ b/files/pt-br/glossary/recursion/index.html
@@ -1,11 +1,12 @@
---
title: Recursão
-slug: Glossario/Recursão
+slug: Glossary/Recursion
tags:
- Glossário
- Iniciante
- Programando
translation_of: Glossary/Recursion
+original_slug: Glossario/Recursão
---
<p><span id="result_box" lang="pt"><span>Um ato de uma função invocando a si mesma.</span> <span>A recursão é usada para resolver problemas que contêm subproblemas menores.</span> <span>Uma função recursiva pode receber dois inputs (entradas): um caso base (termina a recursão) ou um caso recursivo (continua a recursão).</span></span></p>