File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6783,11 +6783,11 @@ namespace ts {
6783
6783
* for a mapper. Let's go through each one of them:
6784
6784
*
6785
6785
* 1. undefined - this means we are not doing inferential typing, but we may do contextual typing,
6786
- * which could cause us to assign a parameter type
6787
- * 2. identityMapper - means we want to avoid assigning a parameter type, whether or not we are in
6786
+ * which could cause us to assign a parameter a type
6787
+ * 2. identityMapper - means we want to avoid assigning a parameter a type, whether or not we are in
6788
6788
* inferential typing (context is undefined for the identityMapper)
6789
6789
* 3. a mapper created by createInferenceMapper - we are doing inferential typing, we want to assign
6790
- * parameter types and fix type parameters (context is defined)
6790
+ * types to parameters and fix type parameters (context is defined)
6791
6791
* 4. an instantiation mapper created by createTypeMapper or createTypeEraser - this should never be
6792
6792
* passed as the contextual mapper when checking an expression (context is undefined for these)
6793
6793
*
You can’t perform that action at this time.
0 commit comments