Skip to content

Commit

Permalink
fix doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jlchan committed Aug 14, 2023
1 parent bc4cdd9 commit 2c56f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MeshData.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Example:
N, K1D = 3, 2
rd = RefElemData(Tri(), N)
VXY, EToV = uniform_mesh(Tri(), K1D)
md = MeshElemData(VXY, EToV, rd)
md = MeshData(VXY, EToV, rd)
(; x, y ) = md
```
"""
Expand Down

0 comments on commit 2c56f42

Please sign in to comment.