Skip to content

Commit

Permalink
minor cosmetic update
Browse files Browse the repository at this point in the history
  • Loading branch information
saltukalakus authored Nov 4, 2024
1 parent a2e05ec commit 79d1cc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/essentials/types/generics.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fn main() {
}
```

** Generic Enums**:
**Generic Enums**:

Enums that can hold variants of different types specified at the time of instantiation.

Expand All @@ -66,4 +66,4 @@ fn main() {
println!("Some number: {:?}", some_number);
println!("Some string: {:?}", some_string);
}
```
```

0 comments on commit 79d1cc0

Please sign in to comment.