1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-07-31 20:10:49 +02:00

Merge pull request #3556 from mahmoudhossam/master

[language/lang-code] Update scala docs link for Map
This commit is contained in:
Divay Prakash
2019-08-03 00:17:36 +05:30
committed by GitHub

View File

@@ -345,7 +345,7 @@ s(0) // Boolean = false
s(1) // Boolean = true s(1) // Boolean = true
/* Look up the documentation of map here - /* Look up the documentation of map here -
* http://www.scala-lang.org/api/current/index.html#scala.collection.immutable.Map * https://www.scala-lang.org/api/current/scala/collection/immutable/Map.html
* and make sure you can read it * and make sure you can read it
*/ */