Skip to content

Commit d32801f

Browse files
authored
Update WeatherForecastController.cs
pembaruan kejelasan
1 parent 6ef3729 commit d32801f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/AspNetCore/Controllers/WeatherForecastController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public IEnumerable<WeatherForecast> Get()
3838
{
3939
using var scope = this.logger.BeginIdScope(Guid.NewGuid().ToString("N"));
4040

41-
// Making a http call here to serve as an example of
41+
// Making an http call here to serve as an example of
4242
// how dependency calls will be captured and treated
4343
// automatically as child of incoming request.
4444
var res = HttpClient.GetStringAsync(new Uri("http://google.com")).Result;

0 commit comments

Comments
 (0)