Skip to content

Commit

Permalink
Update centroidal.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielVandH authored Aug 12, 2024
1 parent f371c45 commit 68b9eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorials/centroidal.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ vorn = voronoi(tri, clip = true)
````

To now compute the centroidal tessellation, use [`centroidal_smooth`](@ref). (
If you want to straight from a triangulation to a centroidal tessellation, you
If you want to go straight from a triangulation to a centroidal tessellation, you
can also just use `smooth_vorn = voronoi(tri, clip = true, smooth = true)`.)

````@example centroidal
Expand Down

0 comments on commit 68b9eb6

Please sign in to comment.