Skip to content

Commit 11d1592

Browse files
Fix typo
Co-Authored-By: ecstatic-morse <[email protected]>
1 parent 4e7e22b commit 11d1592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

promotion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ fn main() {
261261

262262
Just like allowing `XREF` would be a problem because, by the inlining semantics,
263263
every user of `XREF` should get their own `Cell`; it would also be a problem to
264-
promote here because if that code getes executed multiple times (e.g. inside a
264+
promote here because if that code gets executed multiple times (e.g. inside a
265265
loop), it should get a new `Cell` each time.
266266

267267
### Named locals

0 commit comments

Comments
 (0)