File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ var x = 10;
96
96
97
97
## Type Parameter (Aka Generic)
98
98
99
- Types can accept parameters, akin to generics in other languages. The parameters' name ** need** to start with ` ' ` .
99
+ Types can accept parameters, akin to generics in other languages. The parameters' names ** need** to start with ` ' ` .
100
100
101
101
The use-case of a parameterized type is to kill duplications. Before:
102
102
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ var x = 10;
114
114
115
115
## Type Parameter (Aka Generic)
116
116
117
- Types can accept parameters, akin to generics in other languages. The parameters' name ** need** to start with ` ' ` .
117
+ Types can accept parameters, akin to generics in other languages. The parameters' names ** need** to start with ` ' ` .
118
118
119
119
The use-case of a parameterized type is to kill duplications. Before:
120
120
You can’t perform that action at this time.
0 commit comments