Skip to content

Commit

Permalink
fix:doc:code highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
galenseilis committed Oct 9, 2024
1 parent f51b6c1 commit ca67f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desru/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ fn main() {

# Core Components

The Event struct represents a discrete event in the simulation. Each event has:
The `Event` struct represents a discrete event in the simulation. Each event has:

- A scheduled time.
- A closure (the action) to be executed when the event is triggered.
Expand Down

0 comments on commit ca67f35

Please sign in to comment.