Skip to content

Commit 8ed2fe2

Browse files
Merge pull request rage#318 from KygekDev/patch-1
Fix some issues in Part 2 and Part 3
2 parents 728659d + 5f89593 commit 8ed2fe2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/part-2/3-more-loops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ Where from? **5**
251251
</sample-output>
252252

253253
<!-- Jos tavoite on suurempi kuin lähtökohta ei tulostu mitään: -->
254-
If the upper limit is larger than the starting point, nothing is printed:
254+
If the upper limit is smaller than the starting point, nothing is printed:
255255

256256
<sample-output>
257257

data/part-2/4-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2225,7 +2225,7 @@ Define a method called `printSpaces(int number)` that produces the number of spa
22252225

22262226
<!-- Joudut myös joko kopioimaan edellisen tehtävän vastauksestasi metodin `tulostaTahtia` tai toteuttamaan sen uudelleen tämän tehtävän tehtäväpohjaan. -->
22272227

2228-
You will also have to either copy the `printStars` method your previous answer or reimplement it in this exercise template.
2228+
You will also have to either copy the `printStars` method from your previous exercise or reimplement it in this exercise template.
22292229

22302230
<!-- <h2>Oikealle nojaavan kolmion tulostus</h2> -->
22312231

0 commit comments

Comments
 (0)