From a23bd2b995d549a2d9c65f54d310eec4ba09ca16 Mon Sep 17 00:00:00 2001 From: ArseniyKholod <119304909+ArseniyKholod@users.noreply.github.com> Date: Mon, 5 Feb 2024 10:11:44 +0200 Subject: [PATCH] Update docs/literate/src/files/first_steps/create_first_setup.jl Co-authored-by: Andrew Winters --- docs/literate/src/files/first_steps/create_first_setup.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.