Skip to content

Commit 9083293

Browse files
committed
Merge pull request #1572 from mbrubeck/master
Fix a broken link in rust.md
2 parents 7b1a8f0 + bed7e96 commit 9083293

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
@@ -1667,7 +1667,7 @@ equals sign (`=`) and an *rval* expression.
16671667

16681668
Evaluating an assignment expression is equivalent to evaluating a [binary move
16691669
expression](#binary-move-expressions) applied to a [unary copy
1670-
expression](unary-copy-expressions). For example, the following two
1670+
expression](#unary-copy-expressions). For example, the following two
16711671
expressions have the same effect:
16721672

16731673
~~~~

0 commit comments

Comments
 (0)