Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vandonr committed Nov 15, 2023
1 parent 3247dba commit 619cb0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public <C> void injectPathwayContext(
AgentSpan span, C carrier, AgentPropagation.Setter<C> setter) {
PathwayContext pathwayContext = span.context().getPathwayContext();
if (shouldInject(pathwayContext, span)) {
// Checkpoint is not set here. Should be done manually later one.
// Checkpoint is not set here. Should be done manually later on.
doInject(pathwayContext, span, carrier, setter);
}
}
Expand Down

0 comments on commit 619cb0f

Please sign in to comment.