Skip to content

Commit

Permalink
Fix minor spelling in ITracer (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
nengberg authored and MikeGoldsmith committed Dec 20, 2018
1 parent 11531f2 commit 03c457c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenTracing/ITracer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public interface ITracer
ISpanBuilder BuildSpan(string operationName);

/// <summary>
/// Inect a <see cref="ISpanContext"/> into a 'carrier' of a given type, presumably for propagation across process boundaries.
/// Inject a <see cref="ISpanContext"/> into a 'carrier' of a given type, presumably for propagation across process boundaries.
/// <para>
/// Example:
/// <code>
Expand Down

0 comments on commit 03c457c

Please sign in to comment.