Skip to content

Commit

Permalink
Removes extra .
Browse files Browse the repository at this point in the history
  • Loading branch information
O-I committed Oct 3, 2014
1 parent d3f8f8a commit 0eb4df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/guide.md
Expand Up @@ -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}
Expand Down

0 comments on commit 0eb4df9

Please sign in to comment.