Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Commit bff4aad

Browse files
authored
Merge pull request #170 from quad/patch-1
Grammar fix on n19Sum.kt
2 parents 5689c1c + 6d7f9d9 commit bff4aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ii_collections/n19Sum.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ fun example6() {
77

88
fun Customer.getTotalOrderPrice(): Double {
99
// Return the sum of prices of all products that a customer has ordered.
10-
// Note: a customer may order the same product for several times.
10+
// Note: a customer may order the same product several times.
1111
todoCollectionTask()
1212
}

0 commit comments

Comments
 (0)