Skip to content

Commit

Permalink
fix typo (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-bossart authored Oct 25, 2023
1 parent 012e68c commit ef32fb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/base/simulation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ end
kwargs...,
end
Builds the simulation object and conducts the indexing process. The original system is not modified and a copy its created and stored in the Simulation.
Builds the simulation object and conducts the indexing process. The initial conditions are stored in the system.
# Arguments:
- `::SimulationModel` : Type of Simulation Model. `ResidualModel` or `MassMatrixModel`. See [Models Section](https://nrel-sienna.github.io/PowerSimulationsDynamics.jl/stable/models/) for more details
Expand Down Expand Up @@ -145,7 +145,7 @@ end
kwargs...,
end
Builds the simulation object and conducts the indexing process. The initial conditions are stored in the system.
Builds the simulation object and conducts the indexing process. The original system is not modified and a copy its created and stored in the Simulation.
# Arguments:
- `::SimulationModel` : Type of Simulation Model. `ResidualModel` or `MassMatrixModel`. See [Models Section](https://nrel-sienna.github.io/PowerSimulationsDynamics.jl/stable/models/) for more details
Expand Down

0 comments on commit ef32fb4

Please sign in to comment.