From c0a50ad32e99a3135c567f17a3449c40ac368fa1 Mon Sep 17 00:00:00 2001 From: Sanam <31341013+sanamhub@users.noreply.github.com> Date: Thu, 20 Mar 2025 23:20:46 +0545 Subject: [PATCH] docs: update String to string --- docs/core/diagnostics/snippets/OTLP-Example/csharp/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/diagnostics/snippets/OTLP-Example/csharp/Program.cs b/docs/core/diagnostics/snippets/OTLP-Example/csharp/Program.cs index b8b67efe33bbb..d86c239f4cb6e 100644 --- a/docs/core/diagnostics/snippets/OTLP-Example/csharp/Program.cs +++ b/docs/core/diagnostics/snippets/OTLP-Example/csharp/Program.cs @@ -82,7 +82,7 @@ app.Run(); // -async Task SendGreeting(ILogger logger) +async Task SendGreeting(ILogger logger) { // Create a new Activity scoped to the method using var activity = greeterActivitySource.StartActivity("GreeterActivity");