Skip to content

Commit ae0675b

Browse files
Remove double slash
1 parent 71f1c7b commit ae0675b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expressions/field-expr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ separate entities when borrowing. If the struct does not implement
3131
[`Drop`](../special-types-and-traits.md#drop) and is stored in a local variable,
3232
this also applies to moving out of each of its fields. This also does not apply
3333
if automatic dereferencing is done though user defined types other than
34-
[`Box`](..//special-types-and-traits.html#boxt).
34+
[`Box`](../special-types-and-traits.html#boxt).
3535

3636
```rust
3737
struct A { f1: String, f2: String, f3: String }

0 commit comments

Comments
 (0)