Skip to content

Commit

Permalink
docs: change phrasing to more accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
fgozdz committed Nov 13, 2024
1 parent 9314d62 commit e493328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@ will never work with more accuracy than 1ms. */
*
* @param force - Use force boolean parameter if you do not want to wait for
* current jobs to be processed. When using telemetry, be mindful that it can
* interfere with the proper closure of spans, potentially leading to their disappearance.
* interfere with the proper closure of spans, potentially preventing them from being exported.
*
* @returns Promise that resolves when the worker has been closed.
*/
Expand Down

0 comments on commit e493328

Please sign in to comment.