Skip to content

Commit 6a00e46

Browse files
doc(async): rearrance toc
1 parent 8bd15b1 commit 6a00e46

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ bld/
2222
[Bb]in/
2323
[Oo]bj/
2424

25+
# docfx
26+
api/
27+
doc/api/
28+
2529
# Visual Studo 2015 cache/options directory
2630
.vs/
2731

doc/articles/async.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ async Task<string> AddText()
1313
}
1414
```
1515

16-
If you need to perform a synchronous operation, then this can work
16+
If a synchronous operation is required, then this can work
1717

1818
```cs
1919
string AddText()

doc/articles/toc.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
- name: Introduction
22
href: intro.md
3-
- name: Cancellation
4-
href: cancellation.md
53
- name: Asynchronous I/O
64
href: async.md
5+
items:
6+
- name: Cancellation
7+
href: cancellation.md

0 commit comments

Comments
 (0)