spatial/r3,stat: remove repeated words in comments

This commit is contained in:
kindhuge
2024-04-07 03:28:03 +08:00
committed by GitHub
parent e44948ca04
commit 91de1fff89
2 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ func (t Triangle) IsDegenerate(tol float64) bool {
}
// longIdx returns index of the longest side. The sides
// of the triangles are are as follows:
// of the triangles are as follows:
// - Side 0 formed by vertices 0 and 1
// - Side 1 formed by vertices 1 and 2
// - Side 2 formed by vertices 0 and 2