We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f8f8a commit 0eb4df9Copy full SHA for 0eb4df9
src/doc/guide.md
@@ -3621,7 +3621,7 @@ let x = box 5i;
3621
```
3622
3623
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
+refers to it. The great thing about boxed pointers is that we don't have to
3625
manually free this allocation! If we write
3626
3627
```{rust}
0 commit comments