Update scala docs link for Map

This commit is contained in:
Mahmoud Hossam 2019-07-02 09:46:18 +02:00
parent 84cb0e8899
commit 5b6a6e2adb

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
*/ */