Skip to content

Commit bf3b311

Browse files
committed
---
yaml --- r: 212762 b: refs/heads/tmp c: aaf1983 h: refs/heads/master v: v3
1 parent f3f5aae commit bf3b311

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
@@ -32,7 +32,7 @@ refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
3232
refs/heads/beta: 4efc4ec178f6ddf3c8cd268b011f3a04056f9d16
3333
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
3434
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
35-
refs/heads/tmp: 1ece0058382c234dc64ce596eb62b1f636632566
35+
refs/heads/tmp: aaf1983a5688683fa7514f273b86c030e9c7b92a
3636
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3737
refs/tags/homu-tmp: bea1c4a78e5233ea6f85a2028a26e08c26635fca
3838
refs/heads/gate: 97c84447b65164731087ea82685580cc81424412

branches/tmp/src/doc/trpl/functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Note that assigning to an already-bound variable (e.g. `y = 5`) is still an
145145
expression, although its value is not particularly useful. Unlike other
146146
languages where an assignment evaluates to the assigned value (e.g. `5` in the
147147
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
148+
because the assigned value can have [just one owner](ownership.html), and any
149149
other returned value would be too surprising:
150150

151151
```rust

0 commit comments

Comments
 (0)