Update Dimensions.kt

Fix D3 typo.
This commit is contained in:
Alexander Nozik 2020-07-28 09:02:03 +03:00 committed by GitHub
parent e714c9b808
commit 87ff735a31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,5 +31,5 @@ object D2 : Dimension {
}
object D3 : Dimension {
override val dim: UInt get() = 31U
}
override val dim: UInt get() = 3U
}