Skip to content

Commit 0eb4df9

Browse files
committed
Removes extra .
1 parent d3f8f8a commit 0eb4df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3621,7 +3621,7 @@ let x = box 5i;
36213621
```
36223622

36233623
This allocates an integer `5` on the heap, and creates a binding `x` that
3624-
refers to it.. The great thing about boxed pointers is that we don't have to
3624+
refers to it. The great thing about boxed pointers is that we don't have to
36253625
manually free this allocation! If we write
36263626

36273627
```{rust}

0 commit comments

Comments
 (0)