Skip to content

Commit 25bda30

Browse files
committed
Fix DiverseListImpl comment grammar
1 parent 7ff5156 commit 25bda30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Basic/DiverseList.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class DiverseListBase {
127127

128128
/// An "abstract" base class for DiverseList<T> which does not
129129
/// explicitly the preferred inline capacity. Most of the
130-
/// implementation is on this class.
130+
/// implementation is in this class.
131131
template <class T> class DiverseListImpl : private DiverseListBase {
132132
DiverseListImpl(const DiverseListImpl<T> &other) = delete;
133133
DiverseListImpl(DiverseListImpl<T> &&other) = delete;

0 commit comments

Comments
 (0)