mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-07-30 19:40:36 +02:00
[Scala] Fix typo: forgotten dot
This commit is contained in:
@@ -374,7 +374,7 @@ import scala.collection.immutable._
|
||||
import scala.collection.immutable.{List, Map}
|
||||
|
||||
// Rename an import using '=>'
|
||||
import scala.collection.immutable{ List => ImmutableList }
|
||||
import scala.collection.immutable.{ List => ImmutableList }
|
||||
|
||||
// Import all classes, except some. The following excludes Map and Set:
|
||||
import scala.collection.immutable.{Map => _, Set => _, _}
|
||||
|
Reference in New Issue
Block a user