1
0
forked from ROMEO/nexosim

Correct minor typos

This commit is contained in:
Serge Barral 2023-08-29 12:56:57 +02:00
parent ef703f5b7e
commit 41a38445ee

View File

@ -241,7 +241,7 @@ impl Simulation {
/// Iteratively advances the simulation time by the specified duration, as /// Iteratively advances the simulation time by the specified duration, as
/// if by calling [`Simulation::step()`] repeatedly. /// if by calling [`Simulation::step()`] repeatedly.
/// ///
/// This method block until all events scheduled up to the specified target /// This method blocks until all events scheduled up to the specified target
/// time have completed. The simulation time upon completion is equal to the /// time have completed. The simulation time upon completion is equal to the
/// initial simulation time incremented by the specified duration, whether /// initial simulation time incremented by the specified duration, whether
/// or not an event was scheduled for that time. /// or not an event was scheduled for that time.
@ -254,7 +254,7 @@ impl Simulation {
/// Iteratively advances the simulation time until the specified deadline, /// Iteratively advances the simulation time until the specified deadline,
/// as if by calling [`Simulation::step()`] repeatedly. /// as if by calling [`Simulation::step()`] repeatedly.
/// ///
/// This method block until all events scheduled up to the specified target /// This method blocks until all events scheduled up to the specified target
/// time have completed. The simulation time upon completion is equal to the /// time have completed. The simulation time upon completion is equal to the
/// specified target time, whether or not an event was scheduled for that /// specified target time, whether or not an event was scheduled for that
/// time. /// time.