Skip to content

Commit

Permalink
Update the comment a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaomi7732 committed Dec 11, 2024
1 parent 439f408 commit 681fa75
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@
namespace Microsoft.ApplicationInsights.Profiler.Shared.Services;

/// <summary>
/// This is a helper creator for the frontend client that makes the registering
/// of the <see cref="IProfilerFrontendClient" /> easier. Please do NOT inject this directly.
/// Injecting <see cref="IProfilerFrontendClient"/> instead.
/// This helper function simplifies the registration process for the <see cref="IProfilerFrontendClient" />.
/// Please do NOT inject this directly. Instead, inject the <see cref="IProfilerFrontendClient"/>.
/// </summary>
internal class ProfilerFrontendClientFactory
{
Expand Down

0 comments on commit 681fa75

Please sign in to comment.