Fix Trajectory2D type name

This commit is contained in:
Alexander Nozik 2023-04-12 20:46:45 +03:00
parent e553e33d4c
commit df675c8d45

View File

@ -27,7 +27,7 @@ public sealed interface Trajectory2D {
}
public object S : Type {
override fun toString(): String = "L"
override fun toString(): String = "S"
}
public object L : Direction {