made print message similar across two loops
This commit is contained in:
parent
a3c9afa841
commit
2dc723de9a
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ for i in &v {
|
|||
}
|
||||
|
||||
for i in &v {
|
||||
println!("This is a reference {}", i);
|
||||
println!("This is a reference to {}", i);
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue