Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit ee622e0

Browse files
authored
Merge pull request #67 from calumtomeny/patch-1
Fix broken link
2 parents fd1ad0d + ee01361 commit ee622e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

csharp7/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The .NET environment manages memory automatically. However, some scenarios requi
1515
- [ref locals and returns](./ref-locals-returns.md)
1616
- [in and ref readonly](./in-ref-readonly.md)
1717
- [readonly struct](./readonly-struct.md)
18-
- [ref struct](./readonly-struct#ref-struct-types.md)
18+
- [ref struct](./readonly-struct.md#ref-struct-types)
1919

2020
## Pattern matching
2121

0 commit comments

Comments
 (0)