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 5ccf4a9 + 967168b commit 566a178Copy full SHA for 566a178
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