We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9875de1 + 494a5f5 commit 87bc79dCopy full SHA for 87bc79d
1 file changed
13-closure/13-01-syntax.md
@@ -95,7 +95,7 @@ let mut num = 5;
95
let y = &mut num;
96
```
97
98
-如果你的闭包需要它,然而,相反Rust会取得所有权并移动环境:
+如果你的闭包需要它,Rust会取得所有权并移动环境:
99
100
```rust
101
let nums = vec![1, 2, 3];
0 commit comments