Skip to content

Commit f8e55ba

Browse files
authored
docs: update String to string (#45451)
1 parent 0d4debc commit f8e55ba

File tree

1 file changed

+1
-1
lines changed
  • docs/core/diagnostics/snippets/OTLP-Example/csharp

1 file changed

+1
-1
lines changed

docs/core/diagnostics/snippets/OTLP-Example/csharp/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
app.Run();
8383

8484
//<Snippet_SendGreeting>
85-
async Task<String> SendGreeting(ILogger<Program> logger)
85+
async Task<string> SendGreeting(ILogger<Program> logger)
8686
{
8787
// Create a new Activity scoped to the method
8888
using var activity = greeterActivitySource.StartActivity("GreeterActivity");

0 commit comments

Comments
 (0)