Merge pull request #1013 from DataDog/dougqh/tracescope-doc-quickfix

when -> which
This commit is contained in:
Douglas Q Hawkins 2019-09-25 15:22:31 -04:00 committed by GitHub
commit 83d4dcc4ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ package datadog.trace.context;
import java.io.Closeable;
/** An object when can propagate a datadog trace across multiple threads. */
/** An object which can propagate a datadog trace across multiple threads. */
public interface TraceScope extends Closeable {
/**
* Prevent the trace attached to this TraceScope from reporting until the returned Continuation