Skip to content

Commit d8d4b83

Browse files
committed
tweak wording
1 parent 4b294fd commit d8d4b83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/OpenTelemetry/BatchExportProcessor.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ private void ExporterProc()
240240
}
241241
catch (ObjectDisposedException)
242242
{
243-
// the exporter is somehow disposed before the worker thread finishing its job
243+
// the exporter is somehow disposed before the worker thread could finish its job
244244
return;
245245
}
246246
}
@@ -259,7 +259,7 @@ private void ExporterProc()
259259
}
260260
catch (ObjectDisposedException)
261261
{
262-
// the exporter is somehow disposed before the worker thread finishing its job
262+
// the exporter is somehow disposed before the worker thread could finish its job
263263
return;
264264
}
265265
}

0 commit comments

Comments
 (0)