File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -285,13 +285,13 @@ class alignas(1 << DeclContextAlignInBits) DeclContext {
285
285
286
286
// / Gets the type being declared by this context.
287
287
// /
288
- // / - Generic types return an bound generic type using archetypes.
288
+ // / - Generic types return a bound generic type using archetypes.
289
289
// / - Non-type contexts return a null type.
290
290
Type getDeclaredTypeInContext () const ;
291
291
292
292
// / Gets the type being declared by this context.
293
293
// /
294
- // / - Generic types return an bound generic type using interface types.
294
+ // / - Generic types return a bound generic type using interface types.
295
295
// / - Non-type contexts return a null type.
296
296
Type getDeclaredInterfaceType () const ;
297
297
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ class GenericEnvironment final {
59
59
// / Map an interface type to a contextual type.
60
60
Type mapTypeIntoContext (ModuleDecl *M, Type type) const ;
61
61
62
- // / Map an generic parameter type to a contextual type.
62
+ // / Map a generic parameter type to a contextual type.
63
63
Type mapTypeIntoContext (GenericTypeParamType *type) const ;
64
64
65
65
// / Derive a contextual type substitution map from a substitution array.
You can’t perform that action at this time.
0 commit comments