Skip to content

Commit

Permalink
fix(docs): typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Oct 22, 2024
1 parent f141a6e commit aec7320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions differt/src/differt/geometry/triangle_mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ def plane(
Create a plane mesh, made of two triangles.
Note:
The mesh statisfies the guarantees
The mesh satisfies the guarantees
expected when setting
:attr:`assume_quads` to :data:`True`.
Expand Down Expand Up @@ -491,7 +491,7 @@ def box(
Create a box mesh, with an optional opening on the top.
Note:
The mesh statisfies the guarantees
The mesh satisfies the guarantees
expected when setting
:attr:`assume_quads` to :data:`True`.
Expand Down

0 comments on commit aec7320

Please sign in to comment.