Skip to content

Commit 84a4bcb

Browse files
authored
Remove double slash
1 parent c4294fc commit 84a4bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expressions/field-expr.md

+1-1
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)