Skip to content

Commit

Permalink
Merge pull request #67 from iblamefish/patch-1
Browse files Browse the repository at this point in the history
Fix typo in zipWithIndex exercise
  • Loading branch information
juanpedromoreno authored Dec 26, 2016
2 parents ea8f903 + 06fd1b8 commit dcf4f85
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 @@ -109,7 +109,7 @@ object Iterables extends FlatSpec with Matchers with org.scalaexercises.definiti

}

/** `zipWithIndex` will zip an Iterable with it's integer index
/** `zipWithIndex` will zip an Iterable with its integer index
*/
def zipWithIndexIterables(res0: String, res1: String, res2: Int, res3: String) {
val xs = List("Manny", "Moe", "Jack")
Expand Down

0 comments on commit dcf4f85

Please sign in to comment.