Skip to content

Commit 8a61284

Browse files
authored
Merge pull request swiftlang#28266 from CodaFi/verb-check
[Docs] Fix typo in HighLevelSILOptimizations.rst.
2 parents 29cc760 + ae7723a commit 8a61284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/HighLevelSILOptimizations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Array<Element>, ContiguousArray<Element>, and ArraySlice<Element>
135135
data-structures.
136136

137137
We consider the array state to consist of a set of disjoint elements
138-
and a storage descriptor that encapsulates nonelement data such as the
138+
and a storage descriptor that encapsulates non-element data such as the
139139
element count and capacity. Operations that semantically write state
140140
are always *control dependent*. A control dependent operation is one
141141
that may only be executed on the control flow paths in which the

0 commit comments

Comments
 (0)