We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 140b3cc + c8cfb2d commit bdd3695Copy full SHA for bdd3695
stdlib/public/core/FixedArray.swift.gyb
@@ -22,7 +22,7 @@
22
% for N in sizes:
23
24
internal struct _FixedArray${N}<T> {
25
- // ABI TODO: The has assumptions about tuple layout in the ABI, namely that
+ // ABI TODO: This makes assumptions about tuple layout in the ABI, namely that
26
// they are laid out contiguously and individually addressable (i.e. strided).
27
//
28
internal var storage: (
0 commit comments