From 3517bf0ed03a7d6c7eb40a280e040ad41c44971a Mon Sep 17 00:00:00 2001 From: skyeshroom <61299664+skyeshroom@users.noreply.github.com> Date: Wed, 11 Aug 2021 13:23:25 -0700 Subject: [PATCH] Update lib.rs --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index c6dc7af..7811c2d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -16,7 +16,7 @@ pub struct Simulation { } impl Simulation { - // Creates a new simulation with default values + /// Creates a new simulation with default values pub fn new() -> Simulation { Simulation { update_interval: 40,