Skip to content

Commit 94fb956

Browse files
Merge pull request rage#243 from adikaiser/patch-18
fixed typo
2 parents 842bcf3 + 6377bc5 commit 94fb956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/part-10/1-handling-collections-as-streams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ Values: 5
601601
</sample-output>
602602

603603
<!-- Metodi `forEach` kertoo mitä kullekin listan arvolle tulee tehdä ja samalla päättää virran käsittelyn. Alla olevassa esimerkissä luodaan ensin numeroita sisältävä lista, jonka jälkeen tulostetaan vain kahdella jaolliset luvut. -->
604-
The `forEach` method defines what is done to each list value and terminated the stream processing. In the example below, we first create a list of numbers, after which we only print the numbers that are divisible by two.
604+
The `forEach` method defines what is done to each list value and terminates the stream processing. In the example below, we first create a list of numbers, after which we only print the numbers that are divisible by two.
605605

606606

607607
<!-- ```java

0 commit comments

Comments
 (0)