mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Update scala docs link for Map
This commit is contained in:
parent
84cb0e8899
commit
5b6a6e2adb
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user