Skip to content

Commit c08ea1f

Browse files
committed
when -> which
1 parent e977711 commit c08ea1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎dd-trace-api/src/main/java/datadog/trace/context/TraceScope.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import java.io.Closeable;
44

5-
/** An object when can propagate a datadog trace across multiple threads. */
5+
/** An object which can propagate a datadog trace across multiple threads. */
66
public interface TraceScope extends Closeable {
77
/**
88
* Prevent the trace attached to this TraceScope from reporting until the returned Continuation

0 commit comments

Comments
 (0)