We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7e22b commit 11d1592Copy full SHA for 11d1592
promotion.md
@@ -261,7 +261,7 @@ fn main() {
261
262
Just like allowing `XREF` would be a problem because, by the inlining semantics,
263
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
+promote here because if that code gets executed multiple times (e.g. inside a
265
loop), it should get a new `Cell` each time.
266
267
### Named locals
0 commit comments