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 fea1fafd0b5..001d5e71001 100644 --- a/docs/literate/src/files/first_steps/create_first_setup.jl +++ b/docs/literate/src/files/first_steps/create_first_setup.jl @@ -78,7 +78,7 @@ solver = DGSEM(polydeg=3) # ```math # u(0,x,y) = \sin\bigl(\pi x \bigr) \sin\bigl(\pi y \bigr) # ``` -# The initial conditions function must take coordinates, time and equation as arguments +# The initial conditions function must take spatial coordinates, time and equation as arguments # and return an initial condition as a static vector `SVector`. Following the same structure, you # can define your own initial conditions.