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 @@ -1299,7 +1299,7 @@ class GenericTypeParamDecl : public AbstractTypeParamDecl {
1299
1299
// / }
1300
1300
// / \endcode
1301
1301
// /
1302
- // / Here 'T' has depth 0 and 'U' has depth 0 . Both have index 0.
1302
+ // / Here 'T' has depth 0 and 'U' has depth 1 . Both have index 0.
1303
1303
unsigned getDepth () const { return Depth; }
1304
1304
1305
1305
// / Set the depth of this generic type parameter.
Original file line number Diff line number Diff line change @@ -1927,7 +1927,7 @@ class GenericTypeParamType : public AbstractTypeParamType {
1927
1927
// / }
1928
1928
// / \endcode
1929
1929
// /
1930
- // / Here 'T' has depth 0 and 'U' has depth 0 . Both have index 0.
1930
+ // / Here 'T' has depth 0 and 'U' has depth 1 . Both have index 0.
1931
1931
unsigned getDepth () const ;
1932
1932
1933
1933
// / The index of this generic type parameter within its generic parameter
You can’t perform that action at this time.
0 commit comments