Skip to content

Commit 260611e

Browse files
committed
Merge pull request #2046 from danra/array_body_comment
Fix outdated comment (NFC)
2 parents d6d6f4f + 47ad1d1 commit 260611e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/ArrayBody.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ internal struct _ArrayBody {
3232
(UInt(capacity) << 1) | (elementTypeIsBridgedVerbatim ? 1 : 0))
3333
}
3434

35-
/// In principle CountAndCapacity shouldn't need to be default
35+
/// In principle ArrayBody shouldn't need to be default
3636
/// constructed, but since we want to claim all the allocated
3737
/// capacity after a new buffer is allocated, it's typical to want
3838
/// to update it immediately after construction.

0 commit comments

Comments
 (0)