提交 0eb4df9a 编写于 作者: R Rahul Horé

Removes extra .

上级 d3f8f8a8
......@@ -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}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册