Update Scala集合类型.md

This commit is contained in:
heibaiying 2019-06-10 09:42:40 +08:00 committed by GitHub
parent eafe35b99c
commit e66da315c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
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