Skip to content

Commit 1171620

Browse files
committed
Fix portuguese confusing translation problem
1 parent 7fc2546 commit 1171620

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)