Another typo
This commit is contained in:
parent
4d1e48e376
commit
ae1b2f4bf3
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ fn foo(v: Vec<i32>) -> Vec<i32> {
|
|||
}
|
||||
```
|
||||
|
||||
This would get very tedius. It gets worse the more things we want to take ownership of:
|
||||
This would get very tedious. It gets worse the more things we want to take ownership of:
|
||||
|
||||
```rust
|
||||
fn foo(v1: Vec<i32>, v2: Vec<i32>) -> (Vec<i32>, Vec<i32>, i32) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue