Skip to content

Commit cd101d7

Browse files
authored
Merge pull request #47 from hamishdickson/patch-1
Fix grammar of `grouped` description
2 parents 50df907 + 2e82265 commit cd101d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/stdlib/Iterables.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ object Iterables extends FlatSpec with Matchers with org.scalaexercises.definiti
2929
}
3030
}
3131

32-
/** `grouped` will return an fixed sized Iterable chucks of an Iterable
32+
/** `grouped` will return fixed sized Iterable chucks of an Iterable
3333
*/
3434
def groupedIterables(res0: Int, res1: Int, res2: Int, res3: Int, res4: Int, res5: Int, res6: Int, res7: Int, res8: Int) {
3535
val list = List(3, 5, 9, 11, 15, 19, 21, 24, 32)

0 commit comments

Comments
 (0)