We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bd15b1 commit 6a00e46Copy full SHA for 6a00e46
.gitignore
@@ -22,6 +22,10 @@ bld/
22
[Bb]in/
23
[Oo]bj/
24
25
+# docfx
26
+api/
27
+doc/api/
28
+
29
# Visual Studo 2015 cache/options directory
30
.vs/
31
doc/articles/async.md
@@ -13,7 +13,7 @@ async Task<string> AddText()
13
}
14
```
15
16
-If you need to perform a synchronous operation, then this can work
+If a synchronous operation is required, then this can work
17
18
```cs
19
string AddText()
doc/articles/toc.yml
@@ -1,6 +1,7 @@
1
- name: Introduction
2
href: intro.md
3
-- name: Cancellation
4
- href: cancellation.md
5
- name: Asynchronous I/O
6
href: async.md
+ items:
+ - name: Cancellation
7
+ href: cancellation.md
0 commit comments