1 parent e977711 commit c08ea1fCopy full SHA for c08ea1f
1 file changed
dd-trace-api/src/main/java/datadog/trace/context/TraceScope.java
@@ -2,7 +2,7 @@
2
3
import java.io.Closeable;
4
5
-/** An object when can propagate a datadog trace across multiple threads. */
+/** An object which can propagate a datadog trace across multiple threads. */
6
public interface TraceScope extends Closeable {
7
/**
8
* Prevent the trace attached to this TraceScope from reporting until the returned Continuation
0 commit comments