Skip to content

Commit

Permalink
Random typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilMiller committed Aug 28, 2023
1 parent 3fffc3e commit 27e4176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/realizations/catchment/Bmi_Cpp_Formulation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ std::string Bmi_Cpp_Formulation::get_output_line_for_timestep(int timestep, std:
* Get the model response for the provided time step, executing the backing model formulation one or more times as
* needed.
*
* Function assumes the backing model has been fully initialized an that any additional input values have been applied.
* Function assumes the backing model has been fully initialized and that any additional input values have been applied.
*
* The function throws an error if the index of a previously processed time step is supplied, except if it is the last
* processed time step. In that case, the appropriate value is returned as described below, but without executing any
Expand Down

0 comments on commit 27e4176

Please sign in to comment.