diff --git a/part2/worker.js b/part2/worker.js index 44820da..5b706ad 100644 --- a/part2/worker.js +++ b/part2/worker.js @@ -17,7 +17,7 @@ function record() { // Save start timestamp start = performance.now(); - // TODO (Exercise 3): Record data for TRACE_LENGTH seconds and save values to T. + // TODO (Exercise 2-2): Record data for TRACE_LENGTH seconds and save values to T. // Once done recording, send result to main thread postMessage(JSON.stringify(T));