Skip to content

Commit c470018

Browse files
committed
Merge pull request #1573 from mbrubeck/master
Remove some stray texinfo syntax from a footnote
2 parents a9cad52 + cea9fbf commit c470018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)