Skip to content

Commit

Permalink
Merge pull request #47 from hamishdickson/patch-1
Browse files Browse the repository at this point in the history
Fix grammar of `grouped` description
  • Loading branch information
raulraja authored Aug 30, 2016
2 parents 50df907 + 2e82265 commit cd101d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/stdlib/Iterables.scala
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ object Iterables extends FlatSpec with Matchers with org.scalaexercises.definiti
}
}

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

0 comments on commit cd101d7

Please sign in to comment.