Skip to content

Commit 47ad1d1

Browse files
committed
Fix outdated comment
1 parent 14197f6 commit 47ad1d1

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)