Skip to content

Commit 4935edf

Browse files
authored
Update introduction.md (#2204)
The code snippet that is referred to can be found below and not above.
1 parent edbe32d commit 4935edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/tracks-on-tracks-on-tracks/.docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Generic Types
44

5-
A collection definition typically includes a place holder in angle brackets, often `T` by convention. Such a collection is referred to as a generic type. This allows the collection user to specify what type of items to store in the collection. In the above example code we are instantiating a list of strings.
5+
A collection definition typically includes a place holder in angle brackets, often `T` by convention. Such a collection is referred to as a generic type. This allows the collection user to specify what type of items to store in the collection. In the example code below we are instantiating a list of strings.
66

77
## Lists
88

0 commit comments

Comments
 (0)