Skip to content

Commit 3548972

Browse files
gewarrenBillWagner
authored andcommitted
fix missing titles
1 parent 6fb7eb4 commit 3548972

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

docs/whats-new/dotnet-docs-mod3.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -174,13 +174,9 @@ This article lists some of the major changes to docs for .NET 9.
174174
- Add C# 13 small fixes
175175
- [where (generic type constraint) (C# Reference)](../csharp/language-reference/keywords/where-generic-type-constraint.md) - Add reference and conceptual content for `ref struct` allowed in interfaces
176176
- [yield statement - provide the next element](../csharp/language-reference/statements/yield.md) - Add information for C# 13 feature `ref` locals and `unsafe` contexts in iterators and `async` methods
177-
- [ZZZ - Title not found in: #42177](/dotnet/csharp/language-reference/compiler-messages/partial-types) - Add conceptual content for partial properties
178-
- [ZZZ - Title not found in: #42177](../csharp/language-reference/compiler-messages/partial-declarations.md) - Add conceptual content for partial properties
179-
- [ZZZ - Title not found in: #42177](../csharp/language-reference/compiler-messages/partial-declarations.md) - Add conceptual content for partial properties
180-
- [ZZZ - Title not found in: #41614](../csharp/language-reference/compiler-messages/iterator-yield.md) - Add information for C# 13 feature `ref` locals and `unsafe` contexts in iterators and `async` methods
181-
- [ZZZ - Title not found in: #41614](../csharp/language-reference/compiler-messages/iterator-yield.md) - Add information for C# 13 feature `ref` locals and `unsafe` contexts in iterators and `async` methods
182-
- [ZZZ - Title not found in: #41614](../csharp/language-reference/compiler-messages/iterator-yield.md) - Add information for C# 13 feature `ref` locals and `unsafe` contexts in iterators and `async` methods
183-
- [ZZZ - Title not found in: #40978](../csharp/language-reference/compiler-messages/params-arrays.md) - Add params collections
177+
- [Compiler Errors on partial type and member declarations](../csharp/language-reference/compiler-messages/partial-declarations.md) - Add conceptual content for partial properties
178+
- [Errors and warnings for iterator methods and `yield return`](../csharp/language-reference/compiler-messages/iterator-yield.md) - Add information for C# 13 feature `ref` locals and `unsafe` contexts in iterators and `async` methods
179+
- [Errors and warnings related to `params` arrays](../csharp/language-reference/compiler-messages/params-arrays.md) - Add params collections
184180

185181
## .NET Framework
186182

0 commit comments

Comments
 (0)