We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff5156 commit 25bda30Copy full SHA for 25bda30
include/swift/Basic/DiverseList.h
@@ -127,7 +127,7 @@ class DiverseListBase {
127
128
/// An "abstract" base class for DiverseList<T> which does not
129
/// explicitly the preferred inline capacity. Most of the
130
-/// implementation is on this class.
+/// implementation is in this class.
131
template <class T> class DiverseListImpl : private DiverseListBase {
132
DiverseListImpl(const DiverseListImpl<T> &other) = delete;
133
DiverseListImpl(DiverseListImpl<T> &&other) = delete;
0 commit comments