Skip to content

Commit 494a5f5

Browse files
author
wayslog
committed
修正不流畅的语句
1 parent 82a862d commit 494a5f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

13-closure/13-01-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ let mut num = 5;
9595
let y = &mut num;
9696
```
9797

98-
如果你的闭包需要它,然而,相反Rust会取得所有权并移动环境
98+
如果你的闭包需要它,Rust会取得所有权并移动环境
9999

100100
```rust
101101
let nums = vec![1, 2, 3];

0 commit comments

Comments
 (0)