Update lib.rs

This commit is contained in:
skyeshroom 2021-08-11 13:23:25 -07:00
parent 3f9f0ee2fa
commit 3517bf0ed0

View File

@ -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,