We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82a862d commit 494a5f5Copy full SHA for 494a5f5
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