Skip to content

Commit

Permalink
Update docs/literate/src/files/first_steps/create_first_setup.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Lampert <[email protected]>
  • Loading branch information
ArseniyKholod and JoshuaLampert authored Feb 3, 2024
1 parent 11a3cc0 commit dc81024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/literate/src/files/first_steps/create_first_setup.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ using OrdinaryDiffEq
# ```
# is already implemented in Trixi.jl as
# [`LinearScalarAdvectionEquation2D`](@ref), for which we need to define a two-dimensional parameter
# with the `advection_velocity`. Appropriate for our problem is `(0.2, -0.7)`.
# `advection_velocity` describing the paramaters ``a_1`` and ``a_2``. Appropriate for our problem is `(0.2, -0.7)`.

Check warning on line 42 in docs/literate/src/files/first_steps/create_first_setup.jl

View workflow job for this annotation

GitHub Actions / Spell Check with Typos

"paramaters" should be "parameters".

advection_velocity = (0.2, -0.7)
equations = LinearScalarAdvectionEquation2D(advection_velocity)
Expand Down

0 comments on commit dc81024

Please sign in to comment.