Skip to content

Commit

Permalink
Update introduction.md
Browse files Browse the repository at this point in the history
The code snippet that is referred to can be found below and not above.
  • Loading branch information
joMarsch authored Dec 19, 2023
1 parent edbe32d commit e0a6c24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Generic Types

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.
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.

## Lists

Expand Down

0 comments on commit e0a6c24

Please sign in to comment.