Skip to content

Commit 997ccbe

Browse files
BillWagnergewarren
andauthored
Apply suggestions from code review
Co-authored-by: Genevieve Warren <[email protected]>
1 parent 9baebf3 commit 997ccbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/csharp/language-reference/keywords/set.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ For simple cases in which a property's `get` and `set` accessors perform no othe
2525
:::code language="csharp" source="./snippets/PropertyAccessors.cs" id="AutoImplementedProperties":::
2626

2727
> [!IMPORTANT]
28-
> Automatically implemented properties aren't allowed for [interface property declarations](../../programming-guide/classes-and-structs/interface-properties.md) or the implementing declaration for a [partial property](./partial-member.md). The compiler interprets syntax matching an automatically implemented property as the declaring declaration, not an implementing declaration.
28+
> Automatically implemented properties aren't allowed for [interface property declarations](../../programming-guide/classes-and-structs/interface-properties.md) or the implementing declaration for a [partial property](./partial-member.md). The compiler interprets syntax matching an automatically implemented property as the declaring declaration, not an implementing declaration.
2929
3030
## C# language specification
3131

docs/csharp/programming-guide/classes-and-structs/auto-implemented-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ For more information, see [How to implement a lightweight class with automatical
3636

3737
## See also
3838

39-
- [Use autok-implemented properties (style rule IDE0032)](../../../fundamentals/code-analysis/style-rules/ide0032.md)
39+
- [Use auto-implemented properties (style rule IDE0032)](../../../fundamentals/code-analysis/style-rules/ide0032.md)
4040
- [Properties](./properties.md)
4141
- [Modifiers](../../language-reference/keywords/index.md)

0 commit comments

Comments
 (0)