mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix bogus comments
Swift SVN r7401
This commit is contained in:
@@ -1299,7 +1299,7 @@ public:
|
||||
/// }
|
||||
/// \endcode
|
||||
///
|
||||
/// Here 'T' has depth 0 and 'U' has depth 0. Both have index 0.
|
||||
/// Here 'T' has depth 0 and 'U' has depth 1. Both have index 0.
|
||||
unsigned getDepth() const { return Depth; }
|
||||
|
||||
/// Set the depth of this generic type parameter.
|
||||
|
||||
Reference in New Issue
Block a user