[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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 => _, _}