Skip to content

Commit bdd3695

Browse files
authored
Merge pull request #23304 from iliaskarim/patch-1
2 parents 140b3cc + c8cfb2d commit bdd3695

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)