Minor name changes within core:encoding/xml for consistency

This commit is contained in:
gingerBill
2022-05-12 15:57:03 +01:00
parent 2dd181e663
commit d224679619
3 changed files with 26 additions and 28 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ example :: proc() {
times[round] = time.tick_diff(start, end)
}
fastest := time.Duration(max(i64))
fastest := max(time.Duration)
slowest := time.Duration(0)
total := time.Duration(0)