We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50df907 + 2e82265 commit cd101d7Copy full SHA for cd101d7
src/main/scala/stdlib/Iterables.scala
@@ -29,7 +29,7 @@ object Iterables extends FlatSpec with Matchers with org.scalaexercises.definiti
29
}
30
31
32
- /** `grouped` will return an fixed sized Iterable chucks of an Iterable
+ /** `grouped` will return fixed sized Iterable chucks of an Iterable
33
*/
34
def groupedIterables(res0: Int, res1: Int, res2: Int, res3: Int, res4: Int, res5: Int, res6: Int, res7: Int, res8: Int) {
35
val list = List(3, 5, 9, 11, 15, 19, 21, 24, 32)
0 commit comments