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.
1 parent b363a4d commit 967168bCopy full SHA for 967168b
src/main/scala/stdlib/Iterables.scala
@@ -34,7 +34,7 @@ object Iterables extends FlatSpec with Matchers with org.scalaexercises.definiti
34
}
35
36
37
- /** `grouped` will return fixed-size `Iterable` chucks of an `Iterable`:
+ /** `grouped` will return fixed-size `Iterable` chunks of an `Iterable`:
38
*/
39
def groupedIterables(
40
res0: Int,
0 commit comments