Util: Fix typo in timer

This commit is contained in:
Riyyi
2021-09-05 20:59:17 +02:00
parent 93b5ac609e
commit f6ce86dba7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ public:
uint64_t toSeconds();
uint64_t toMilliseconds();
uint64_t toMicroseconds();
uint64_t toNaneseconds();
uint64_t toNanoseconds();
template<typename T>
uint64_t elapsed();