Skip to content

Commit c8cfb2d

Browse files
authored
Update FixedArray.swift.gyb
Fix typo
1 parent 547eea5 commit c8cfb2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/FixedArray.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
% for N in sizes:
2323

2424
internal struct _FixedArray${N}<T> {
25-
// ABI TODO: The has assumptions about tuple layout in the ABI, namely that
25+
// ABI TODO: This makes assumptions about tuple layout in the ABI, namely that
2626
// they are laid out contiguously and individually addressable (i.e. strided).
2727
//
2828
internal var storage: (

0 commit comments

Comments
 (0)