Skip to content

Commit 06fd1b8

Browse files
author
Clinton Montague
authored
Fix typo in zipWithIndex exercise
1 parent c6cd0a9 commit 06fd1b8

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)