diff --git a/docs/literate/src/files/first_steps/create_first_setup.jl b/docs/literate/src/files/first_steps/create_first_setup.jl index a68005ec25f..3c9113d38b7 100644 --- a/docs/literate/src/files/first_steps/create_first_setup.jl +++ b/docs/literate/src/files/first_steps/create_first_setup.jl @@ -107,7 +107,7 @@ function source_term_exp_sinpi(u, x, t, equations::LinearScalarAdvectionEquation return SVector(scalar) end -# Now we are collecting all the information that will be needed to define a spatial discretization, +# Now we collect all the information that is necessary to define a spatial discretization, # which leaves us with an ODE problem in time with a span from 0.0 to 1.0. # This approach is commonly referred to as the method of lines.