Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodesdev committed Jan 12, 2025
1 parent 40dfdcb commit 92bf5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion challenges/generics/description.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ If you're stuck, here are some hints to help you solve the challenge:

```rust
struct ItemContainer<T> {
item: T,
item: T,
}
```

Expand Down

0 comments on commit 92bf5a9

Please sign in to comment.