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 0c83700 commit 783030fCopy full SHA for 783030f
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: a9cad52011f444759b8fe51bfd87c94942c1187b
+refs/heads/master: c4700182408154f8e37e31f7f65115def634d118
trunk/doc/rust.md
@@ -2107,7 +2107,7 @@ ret_expr : "ret" expr ? ;
2107
~~~~~~~~
2108
2109
Return expressions are denoted with the keyword `ret`. Evaluating a `ret`
2110
-expression^[footnote{A `ret` expression is analogous to a `return` expression
+expression^[A `ret` expression is analogous to a `return` expression
2111
in the C family.] moves its argument into the output slot of the current
2112
function, destroys the current function activation frame, and transfers
2113
control to the caller frame.
0 commit comments