Merge pull request #4807 from afabri/Surface_mesh-typo-GF

Surface_mesh doc typo: ede -> edge
This commit is contained in:
Laurent Rineau 2020-07-03 16:21:29 +02:00
commit b3225cd75a
1 changed files with 1 additions and 1 deletions

View File

@ -1567,7 +1567,7 @@ public:
}
/// performs a validity check on a single ede.
/// performs a validity check on a single edge.
bool is_valid(Edge_index e) const {
Halfedge_index h = halfedge(e);
return is_valid(h) && is_valid(opposite(h));