Skip to content

Commit

Permalink
[Docs] Fix typo in HighLevelSILOptimizations.rst.
Browse files Browse the repository at this point in the history
`nonelement` -> `non-element`
  • Loading branch information
own2pwn authored and CodaFi committed Nov 14, 2019
1 parent 1ca57e0 commit ae7723a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/HighLevelSILOptimizations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Array<Element>, ContiguousArray<Element>, and ArraySlice<Element>
data-structures.

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

0 comments on commit ae7723a

Please sign in to comment.