Corrected typo
"workd" corrected to "world"
This commit is contained in:
parent
efebe45cc0
commit
15aeea5477
1 changed files with 1 additions and 1 deletions
|
|
@ -285,7 +285,7 @@ fn bar<T, K>(x: T, y: K) where T: Clone, K: Clone + Debug {
|
|||
|
||||
fn main() {
|
||||
foo("Hello", "world");
|
||||
bar("Hello", "workd");
|
||||
bar("Hello", "world");
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue