diff --git a/src/dorkbox/bytes/BigEndian.kt b/src/dorkbox/bytes/BigEndian.kt index ff1d35f..31ac947 100644 --- a/src/dorkbox/bytes/BigEndian.kt +++ b/src/dorkbox/bytes/BigEndian.kt @@ -259,7 +259,7 @@ object BigEndian { /** * UNSIGNED INT to and from bytes */ - object Uint_ { + object UInt_ { fun from(bytes: ByteArray, offset: Int, bytenum: Int): UInt { var number = 0 when (bytenum) {