Skip to content

Commit e559363

Browse files
jskeetBillWagner
andcommitted
Apply suggestion from @BillWagner
Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
1 parent 190f508 commit e559363

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

standard/structs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ It is a compile-time error if a ref struct type is used in any of the following
7373
- As the type of a tuple element.
7474
- In an async method.
7575
- In an iterator.
76-
- As the receiver type for a method group conversion to a delegate type.
76+
- As the receiver type for a method group conversion from an instance method to a delegate type.
7777
- As a captured variable in a lambda expression or a local function.
7878

7979
In addition, the following restrictions apply to a `ref struct` type:

0 commit comments

Comments
 (0)