mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-24 01:51:38 +00:00
Merge pull request #3556 from mahmoudhossam/master
[language/lang-code] Update scala docs link for Map
This commit is contained in:
commit
ed75a2db9e
@ -345,7 +345,7 @@ s(0) // Boolean = false
|
||||
s(1) // Boolean = true
|
||||
|
||||
/* 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
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user