Skip to content

Commit 4c19778

Browse files
committed
re-worded timing class output
1 parent 8d980ad commit 4c19778

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

make.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class ProcessTime {
3333
let phh = pad2(hh);
3434
let pmm = pad2(mm);
3535
let pss = pad2(ss);
36-
this.totaltime = `timing: ${phh}:${pmm}:${pss}`;
36+
this.totaltime = `time: ${phh}:${pmm}:${pss}`;
3737
}
3838
};
3939

0 commit comments

Comments
 (0)