Skip to content

Commit 35a59a8

Browse files
authored
Fix typo
1 parent 337829b commit 35a59a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • sections/00_rust_concepts/04_structs_and_traits

sections/00_rust_concepts/04_structs_and_traits/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ NoData
151151
## Struct Methods
152152

153153
Even though structs don't have any methods in their definition, we can still add
154-
them another way. We'll ue the `impl` block:
154+
them another way. We'll use the `impl` block:
155155

156156
```rust
157157
impl User {

0 commit comments

Comments
 (0)