Skip to content

Commit f033939

Browse files
authored
Translated solution.md
1 parent 17290c5 commit f033939

File tree

1 file changed

+1
-1
lines changed
  • 1-js/02-first-steps/12-while-for/7-list-primes

1 file changed

+1
-1
lines changed

1-js/02-first-steps/12-while-for/7-list-primes/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Panaudokime matrioškinį ciklą:
55
```js
66
Kiekvienam i intervale {
77
patikrinkite ar i turi daliklį iš 1..i
8-
jeigu taip => vertė nėra pirminius skaičius
8+
jeigu taip => vertė nėra pirminis skaičius
99
jeigu ne => vertė yra pirminis skaičius, parodykite ją
1010
}
1111
```

0 commit comments

Comments
 (0)