Skip to content

Commit dcf4f85

Browse files
Merge pull request #67 from iblamefish/patch-1
Fix typo in zipWithIndex exercise
2 parents ea8f903 + 06fd1b8 commit dcf4f85

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
@@ -109,7 +109,7 @@ object Iterables extends FlatSpec with Matchers with org.scalaexercises.definiti
109109

110110
}
111111

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

0 commit comments

Comments
 (0)