File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2065,7 +2065,7 @@ called a "forwarding instruction" and any use with such a user instruction a
2065
2065
"forwarding use". This inference generally occurs upon instruction construction
2066
2066
and as a result:
2067
2067
2068
- * When manipulating forwarding instructions programatically , one must manually
2068
+ * When manipulating forwarding instructions programmatically , one must manually
2069
2069
update their forwarded ownership since most of the time the ownership is
2070
2070
stored in the instruction itself. Don't worry though because the SIL verifier
2071
2071
will catch this error for you if you forget to do so!
@@ -2075,7 +2075,7 @@ and as a result:
2075
2075
parsed operand.
2076
2076
In some cases the forwarding ownership kind is different from the ownership kind
2077
2077
of its operand. In such cases, textual SIL represents the forwarding ownership kind
2078
- explicity .
2078
+ explicitly .
2079
2079
Eg: ::
2080
2080
2081
2081
%cast = unchecked_ref_cast %val : $Klass to $Optional<Klass>, forwarding: @unowned
You can’t perform that action at this time.
0 commit comments