Skip to content

Commit

Permalink
adjust wording to be less awkward
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwinters5000 committed Jun 20, 2024
1 parent 15bdb77 commit ae33ce4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/tutorials/create_edit_curves.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ Note, this step is not required, but it helps avoid confusion when editing sever
remove_mesh!(sandbox_project)
updatePlot!(sandbox_project, MODEL+GRID)
```
Additionally, the `remove_mesh!` command deletes the mesh information from the `sandbox_project`
The `remove_mesh!` command deletes the mesh information from the `sandbox_project`
as well as the mesh file `sandbox.mesh`, control file `sandbox.control`, plot file `sandbox.tec`,
and mesh statistics file `sandbox.txt` from the `out` folder.

Expand Down
2 changes: 1 addition & 1 deletion docs/src/tutorials/symmetric_mesh.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ and background grid.
remove_mesh!(symmetric_mesh)
updatePlot!(symmetric_mesh, MODEL+GRID)
```
Additionally, the `remove_mesh!` command deletes the mesh information from
The `remove_mesh!` command deletes the mesh information from
the interactive mesh project `symmetric_mesh` as well as the mesh file `symmetric_mesh.mesh`,
control file `symmetric_mesh.control`, plot file `symmetric_mesh.tec`,
and mesh statistics file `symmetric_mesh.txt` from the `out` folder.
Expand Down

0 comments on commit ae33ce4

Please sign in to comment.