1
0
Fork 0

fix(docs): (timing) Correct example units to milliseconds

This commit is contained in:
Benjamin Fan 2023-06-01 10:24:11 -07:00
parent 8ec905dc26
commit d3538080c8

View file

@ -103,7 +103,7 @@ export const back = {
...
const frontTook = store.get(['timing', 'parts', 'aaron.front', 'took'])
log.info('The aaron.front part took ' + frontTook + ' µs to draft.')
log.info('The aaron.front part took ' + frontTook + ' ms to draft.')
log.info(JSON.stringify(store.timing))