Skip to content

Commit 5cd5d63

Browse files
committed
Use shortcut links in see-also section of Polymorphism
1 parent b2149d9 commit 5cd5d63

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/language/polymorphism.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ achieved in an identical manner to C#.
55

66
See also:
77

8-
- Virtual dispatch using _trait objects_, as explained in the
9-
[structures-section] section
10-
- [Generics][generics-section]
11-
- [Inheritance][inheritance-section]
12-
- [Operator overloading][operator-overloading-section]
8+
- Virtual dispatch using _trait objects_, as explained in the [Structures]
9+
section
10+
- [Generics]
11+
- [Inheritance]
12+
- [Operator overloading]
1313

14-
[structures-section]: ./custom-types/structs.md
15-
[generics-section]: ./generics.md
16-
[inheritance-section]: ./inheritance.md
17-
[operator-overloading-section]: ./operator-overloading.md
14+
[structures]: ./custom-types/structs.md
15+
[generics]: ./generics.md
16+
[inheritance]: ./inheritance.md
17+
[operator overloading]: ./operator-overloading.md

0 commit comments

Comments
 (0)