Skip to content

Commit efe53f0

Browse files
Merge pull request #81439 from ben-r-smith/known-size-set-doc-typo
Fix typo in KnownSizeSet documentation
2 parents 602a116 + 657179d commit efe53f0

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)