Skip to content

Commit d38cbde

Browse files
BillWagnerjskeet
authored andcommitted
Apply suggestion from @BillWagner
1 parent 9202e48 commit d38cbde

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
@@ -178,7 +178,7 @@ An instance member definition or accessor of an instance property, indexer, or e
178178
> }
179179
> ```
180180
>
181-
> The `readonly` method `AddMessage` can change the state of a message list. The `InitializeMessages` member can clear and re-initialize the list of messages. In the first case, the `readonly` modifier is valid. In the case of `InitializeMessages`, adding the `readonly` modifier is invalid. *end example*
181+
> The `readonly` method `AddMessage` can change the state of a message list. The `InitializeMessages` member can clear and re-initialize the list of messages. In the case of `AddMessage`, the `readonly` modifier is valid. In the case of `InitializeMessages`, adding the `readonly` modifier is invalid. *end example*
182182
183183
## 16.4 Class and struct differences
184184

0 commit comments

Comments
 (0)