From e66da315c4c880c035c72b12b2cd7d9d6bd03d91 Mon Sep 17 00:00:00 2001 From: heibaiying <31504331+heibaiying@users.noreply.github.com> Date: Mon, 10 Jun 2019 09:42:40 +0800 Subject: [PATCH] =?UTF-8?q?Update=20Scala=E9=9B=86=E5=90=88=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notes/Scala集合类型.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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