diff --git a/delaunay.h b/delaunay.h index ba4b535..afa0846 100644 --- a/delaunay.h +++ b/delaunay.h @@ -175,7 +175,7 @@ void flip_neighboring_triangles(triangle *t, triangle *n, int t_id, int n_id) } /** - * @brief Make sure that the input triangle meet the empty circumcircle condition + * @brief Make sure that the input triangle meets the empty circumcircle condition * * @param t Input triangle */