From ca67f35970e257fea7b83555249f0b991aed4b16 Mon Sep 17 00:00:00 2001 From: galenseilis Date: Tue, 8 Oct 2024 21:34:35 -0700 Subject: [PATCH] fix:doc:code highlight --- desru/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desru/README.md b/desru/README.md index 05f821b..96fb901 100644 --- a/desru/README.md +++ b/desru/README.md @@ -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.