Patch odin doc binary format

This commit is contained in:
gingerBill
2021-11-21 14:06:15 +00:00
parent 42b9ce636f
commit 8a2c829e07
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ String :: distinct Array(byte)
Version_Type_Major :: 0
Version_Type_Minor :: 2
Version_Type_Patch :: 0
Version_Type_Patch :: 1
Version_Type :: struct {
major, minor, patch: u8,