Skip to content

Commit 90a5d1b

Browse files
authored
Update article.md
1 parent 4496e70 commit 90a5d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/14-function-basics/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Este exemplo demonstra claramente um dos principais objetivos das funções: evi
4545

4646
Se precisarmos mudar a mensagem ou a maneira que ela é mostrada, basta modificar o código em um só lugar: a função que gera isso.
4747

48-
## Local variables
48+
## Variáveis locais
4949

5050
A variable declared inside a function is only visible inside that function.
5151

0 commit comments

Comments
 (0)