Skip to content

Commit de9c28c

Browse files
authored
Update StandardLibraryProgrammersManual.md
Suggestion of @xwu in PR #31150 after it was already merged
1 parent 7c6f1cc commit de9c28c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/StandardLibraryProgrammersManual.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,9 @@ The standard library cannot import the Darwin module (much less an ICU module),
218218
219219
### Internal structures
220220
221-
#### `_FixedArray`
221+
#### `_FixedArray16`
222222
223-
The standard library has internal array of fixed size 16. This provides fast random access into contiguous (usually stack-allocated) memory. See [FixedArray.swift](https://github.com/apple/swift/blob/master/stdlib/public/core/FixedArray.swift) for implementation.
223+
The standard library has an internal array type of fixed size 16. This provides fast random access into contiguous (usually stack-allocated) memory. See [FixedArray.swift](https://github.com/apple/swift/blob/master/stdlib/public/core/FixedArray.swift) for implementation.
224224
225225
#### Thread Local Storage
226226

0 commit comments

Comments
 (0)