We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef3729 commit d32801fCopy full SHA for d32801f
examples/AspNetCore/Controllers/WeatherForecastController.cs
@@ -38,7 +38,7 @@ public IEnumerable<WeatherForecast> Get()
38
{
39
using var scope = this.logger.BeginIdScope(Guid.NewGuid().ToString("N"));
40
41
- // Making a http call here to serve as an example of
+ // Making an http call here to serve as an example of
42
// how dependency calls will be captured and treated
43
// automatically as child of incoming request.
44
var res = HttpClient.GetStringAsync(new Uri("http://google.com")).Result;
0 commit comments