Browse Source

Rename math/bits package name to `math_bits`

gingerBill 5 years ago
parent
commit
42678848b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/math/bits/bits.odin

+ 1 - 1
core/math/bits/bits.odin

@@ -1,4 +1,4 @@
-package bits
+package math_bits
 
 import "core:os"