Skip to content

Commit 70017b2

Browse files
authored
Update how-to-initialize-a-dictionary-with-a-collection-initializer.md
1 parent 7af16ac commit 70017b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/programming-guide/classes-and-structs/how-to-initialize-a-dictionary-with-a-collection-initializer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ A <xref:System.Collections.Generic.Dictionary%602> contains a collection of key/
2424
> while the second part of example, the public read / write indexer method, quietly overwrites the already existing entry with the same key.
2525
2626
> [!TIP]
27-
> You can use AI assistance to [initialize a dictionary](#use-AI-to-initialize-a-dictionary).
27+
> You can use AI assistance to [initialize a dictionary](#use-ai-to-initialize-a-dictionary).
2828
2929
## Example
3030

0 commit comments

Comments
 (0)