Skip to content

Commit

Permalink
Fix grammar, see: #1
Browse files Browse the repository at this point in the history
  • Loading branch information
marlitas committed Sep 25, 2023
1 parent 5292f52 commit ce0bf81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/cag/ClippableFace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,12 +187,12 @@ type ClippableFace = {
toEdgedFace(): EdgedFace;

/**
* Converts the face to a edged-clipped face (inspecting the edges)
* Converts the face to an edged-clipped face (inspecting the edges)
*/
toEdgedClippedFace( minX: number, minY: number, maxX: number, maxY: number ): EdgedClippedFace;

/**
* Converts the face to a edged-clipped face (without inspecting the edges)
* Converts the face to an edged-clipped face (without inspecting the edges)
*/
toEdgedClippedFaceWithoutCheck( minX: number, minY: number, maxX: number, maxY: number ): EdgedClippedFace;

Expand Down

0 comments on commit ce0bf81

Please sign in to comment.