Skip to content

Commit c0549b6

Browse files
authored
Fixing a small typo on quick help documentation. (apple#55)
1 parent 2aeaac7 commit c0549b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/OrderedCollections/OrderedSet/OrderedSet+Insertions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ extension OrderedSet {
144144
///
145145
/// - Returns: A pair `(inserted, index)`, where `inserted` is a Boolean value
146146
/// indicating whether the operation added a new element, and `index` is
147-
/// the index of `item` in the resulting set. If `inserted` is true, then
147+
/// the index of `item` in the resulting set. If `inserted` is false, then
148148
/// the returned `index` may be different from the index requested.
149149
///
150150
/// - Complexity: The operation is expected to perform amortized

0 commit comments

Comments
 (0)