Skip to content

Commit 4e04761

Browse files
authored
Fix the value of MethodImplOptions.Async in spec (#115126)
1 parent 3c94cde commit 4e04761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/design/specs/runtime-async.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ Other restrictions are likely to be permanent, including
8383
| Flag | Value | Description |
8484
| ------------- | ------------- | ------------- |
8585
| . . . | . . . | . . . |
86-
|Async |0x0400 |Method is an Async Method.|
86+
|Async |0x2000 |Method is an Async Method.|

0 commit comments

Comments
 (0)