Skip to content

Commit 6708880

Browse files
authored
Merge pull request #287 from werikgpaula/Review_PT-BR_translation
Fix portuguese confusing translation problem
2 parents 3de659e + 1171620 commit 6708880

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

problems/if-statement/problem_pt-br.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Crie uma arquivo chamado `if-statement.js`.
2020

2121
No arquivo criado, declare uma variável chamada `fruit`.
2222

23-
Faça a variável `fruit` referenciar o valor **orange** com o tipo **String**.
23+
Faça a variável `fruit` referenciar a cadeia de caracteres **orange**.
2424

2525
Depois use o `console.log()` para imprimir "**The fruit name has more than five characters."** se o tamanho do valor da variável `fruit` é maior do que cinco.
2626
Caso contrário, imprima "**The fruit name has five characters or less.**"

0 commit comments

Comments
 (0)