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
commit ed75a2db9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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