Skip to content

Commit fa226ff

Browse files
v-maudelBillWagner
authored andcommitted
CC140377: Correcting comment syntax inside code-block (#13358)
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version. Description: comment syntax inside code-block doesn't work when the example is used.
1 parent a668dab commit fa226ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/programming-guide/concepts/async/cancel-remaining-async-tasks-after-one-is-complete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ By using the <xref:System.Threading.Tasks.Task.WhenAny%2A?displayProperty=nameWi
3838
In the MainWindow.xaml.cs file of the **CancelAListOfTasks** project, start the transition by moving the processing steps for each website from the loop in `AccessTheWebAsync` to the following async method.
3939

4040
```csharp
41-
/ ***Bundle the processing steps for a website into one async method.
41+
// ***Bundle the processing steps for a website into one async method.
4242
async Task<int> ProcessURLAsync(string url, HttpClient client, CancellationToken ct)
4343
{
4444
// GetAsync returns a Task<HttpResponseMessage>.

0 commit comments

Comments
 (0)