Skip to content

Commit

Permalink
Fix comment/doc for TracerProvider.Default (#3584)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomsonTan authored Aug 23, 2022
1 parent 9c61b89 commit ad55478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenTelemetry.Api/Trace/TracerProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ protected TracerProvider()
}

/// <summary>
/// Gets the default Tracer.
/// Gets the default <see cref="TracerProvider"/>.
/// </summary>
public static TracerProvider Default { get; } = new TracerProvider();

Expand Down

0 comments on commit ad55478

Please sign in to comment.