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.
2 parents f93ca42 + 1b10113 commit 2c0fd72Copy full SHA for 2c0fd72
include/swift/Basic/ImmutablePointerSet.h
@@ -23,7 +23,7 @@
23
///
24
/// 1. Our set operations are purely additive. Given a set, one can only add
25
/// elements to it. One can not remove elements to it. This means we only
26
-/// support construction of sets from arrays and concatentation of pointer sets.
+/// support construction of sets from arrays and concatenation of pointer sets.
27
28
/// 2. Our sets must always be ordered and be able to be iterated over
29
/// efficiently in that order.
0 commit comments