Removes extra .
This commit is contained in:
parent
d3f8f8a849
commit
0eb4df9ace
@ -3621,7 +3621,7 @@ let x = box 5i;
|
||||
```
|
||||
|
||||
This allocates an integer `5` on the heap, and creates a binding `x` that
|
||||
refers to it.. The great thing about boxed pointers is that we don't have to
|
||||
refers to it. The great thing about boxed pointers is that we don't have to
|
||||
manually free this allocation! If we write
|
||||
|
||||
```{rust}
|
||||
|
Loading…
Reference in New Issue
Block a user