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 1ece005 commit aaf1983Copy full SHA for aaf1983
src/doc/trpl/functions.md
@@ -145,7 +145,7 @@ Note that assigning to an already-bound variable (e.g. `y = 5`) is still an
145
expression, although its value is not particularly useful. Unlike other
146
languages where an assignment evaluates to the assigned value (e.g. `5` in the
147
previous example), in Rust the value of an assignment is an empty tuple `()`
148
-because the assigned value can have (just one owner)[ownership.html], and any
+because the assigned value can have [just one owner](ownership.html), and any
149
other returned value would be too surprising:
150
151
```rust
0 commit comments