Skip to content

Commit

Permalink
fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanmontoya committed Oct 5, 2024
1 parent c5f5086 commit c1d063b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SpatialDiscretizations/SpatialDiscretizations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ following fields:
transformation (either `ReferenceMapping` or `NoMapping`); if such a mapping is used (i.e. not `NoMapping`), the discrete derivative operators approximate partial derivatives
with respect to components of the collapsed coordinate system
Outer constructors are provided to construct the discrete operators by dispatching on each
combination of subtypes of AbstractApproximationType` and `AbstractElementShape`.
combination of subtypes of `AbstractApproximationType` and `AbstractElementShape`.
"""
struct ReferenceApproximation{RefElemType,
ApproxType,
Expand Down

0 comments on commit c1d063b

Please sign in to comment.