Skip to content

Commit 783030f

Browse files
committed
---
yaml --- r: 7550 b: refs/heads/master c: c470018 h: refs/heads/master v: v3
1 parent 0c83700 commit 783030f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: a9cad52011f444759b8fe51bfd87c94942c1187b
2+
refs/heads/master: c4700182408154f8e37e31f7f65115def634d118

trunk/doc/rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2107,7 +2107,7 @@ ret_expr : "ret" expr ? ;
21072107
~~~~~~~~
21082108

21092109
Return expressions are denoted with the keyword `ret`. Evaluating a `ret`
2110-
expression^[footnote{A `ret` expression is analogous to a `return` expression
2110+
expression^[A `ret` expression is analogous to a `return` expression
21112111
in the C family.] moves its argument into the output slot of the current
21122112
function, destroys the current function activation frame, and transfers
21132113
control to the caller frame.

0 commit comments

Comments
 (0)