1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-07-31 12:00:34 +02:00

[scala/de-de] Fix typos (#5095)

This commit is contained in:
Jan Knobloch
2024-09-07 21:24:30 +02:00
committed by GitHub
parent f211a72a74
commit d26f363b91

View File

@@ -796,7 +796,7 @@ import scala.collection.immutable.{List, Map}
import scala.collection.immutable.{List => ImmutableList}
// Importiere alle Klasses, mit Ausnahem von....
// Importiere alle Klassen, mit Ausnahme von....
// Hier ohne: Map and Set:
import scala.collection.immutable.{Map => _, Set => _, _}