diff --git a/notes/Scala集合类型.md b/notes/Scala集合类型.md index 44f3c24..d4effd3 100644 --- a/notes/Scala集合类型.md +++ b/notes/Scala集合类型.md @@ -98,6 +98,6 @@ Scala中所有的集合都直接或者间接实现了`Iterable`特质,`Iterabl ## 参考资料 -3. https://docs.scala-lang.org/overviews/collections/overview.html -4. https://docs.scala-lang.org/overviews/collections/trait-traversable.html -5. https://docs.scala-lang.org/overviews/collections/trait-iterable.html \ No newline at end of file +1. https://docs.scala-lang.org/overviews/collections/overview.html +2. https://docs.scala-lang.org/overviews/collections/trait-traversable.html +3. https://docs.scala-lang.org/overviews/collections/trait-iterable.html