Skip to content

Commit 6cea361

Browse files
Merge pull request rage#242 from adikaiser/patch-17
removed superfluous words
2 parents a6a75fe + 3984636 commit 6cea361

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ Implement the method using stream! For collecting the numbers try the command `C
564564

565565
Metodi `count` kertoo virran alkioiden lukumäärän `long`-tyyppisenä muuttujana. -->
566566

567-
Let's take a look at four terminal operations: the `count` method for counting the number of values on a list ​​using the, the `forEach` method for going a through list values, the `collect` method for gathering the list values ​​into a data structure, and the `reduce` method for combining the list items.
567+
Let's take a look at four terminal operations: the `count` method for counting the number of values on a list, the `forEach` method for going a through list values, the `collect` method for gathering the list values ​​into a data structure, and the `reduce` method for combining the list items.
568568

569569
The `count` method informs us of the number of values in the stream as a `long`-type variable.
570570

0 commit comments

Comments
 (0)