mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-26 00:31:39 +03:00
[scala/de-de] Fix typos (#5095)
This commit is contained in:
parent
f211a72a74
commit
d26f363b91
@ -796,7 +796,7 @@ import scala.collection.immutable.{List, Map}
|
|||||||
import scala.collection.immutable.{List => ImmutableList}
|
import scala.collection.immutable.{List => ImmutableList}
|
||||||
|
|
||||||
|
|
||||||
// Importiere alle Klasses, mit Ausnahem von....
|
// Importiere alle Klassen, mit Ausnahme von....
|
||||||
// Hier ohne: Map and Set:
|
// Hier ohne: Map and Set:
|
||||||
|
|
||||||
import scala.collection.immutable.{Map => _, Set => _, _}
|
import scala.collection.immutable.{Map => _, Set => _, _}
|
||||||
|
Loading…
Reference in New Issue
Block a user