Skip to content

Commit 657179d

Browse files
authored
Fix typo in KnownSizeSet documentation
1 parent eac419b commit 657179d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/SIL/SILBitfield.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ template <class Impl, class T> class SILBitfield {
111111
}
112112
};
113113

114-
/// A set which knowns its size.
114+
/// A set which knows its size.
115115
///
116116
/// This template adds a size property to a base `Set`.
117117
template <class Set>

0 commit comments

Comments
 (0)