Skip to content

Commit 566a178

Browse files
authored
Merge pull request #103 from miguelcg/patch-1
Fix typo 'chucks'
2 parents 5ccf4a9 + 967168b commit 566a178

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
@@ -34,7 +34,7 @@ object Iterables extends FlatSpec with Matchers with org.scalaexercises.definiti
3434
}
3535
}
3636

37-
/** `grouped` will return fixed-size `Iterable` chucks of an `Iterable`:
37+
/** `grouped` will return fixed-size `Iterable` chunks of an `Iterable`:
3838
*/
3939
def groupedIterables(
4040
res0: Int,

0 commit comments

Comments
 (0)