fix: unnecessary space

This commit is contained in:
katopz
2022-10-11 09:43:03 +07:00
parent 80efefae9e
commit 16e8f45ab8
6 changed files with 12 additions and 12 deletions

View File

@ -335,7 +335,7 @@ The `impl Trait` syntax works for straightforward cases but is actually syntax s
When working with generics, the type parameters often must use traits as bounds to stipulate what functionality a type implements.
7. 🌟🌟
```rust, editable
```rust,editable
fn main() {
assert_eq!(sum(1, 2), 3);
}