fix typos

This commit is contained in:
Andreas Fabri 2015-04-15 11:55:12 +02:00
parent e1c1b58415
commit 6fdb64eb7a
2 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@ user might encounter.
- `CGAL::HalfedgeDS_face_max_base_with_id`
- `CGAL::Polyhedron_items_with_id_3`
## Helper Fnuctions ##
## Helper Functions ##
- `CGAL::is_border()`
## Iterators ##

View File

@ -192,7 +192,7 @@ make_quadrangle(const P& p0, const P& p1, const P& p2, const P& p3, Graph& g)
}
/**
* Creates an isolated hexahedron in `g` having `p0`, `p1`, ... , and `p7` as points.
* Creates an isolated hexahedron in `g` having `p0`, `p1`, ...\ , and `p7` as points.
* \returns the halfedge which has the target vertex associated with `p0`, in the face with the vertices with the points `p0`, `p1`, `p2`, and `p3`.
**/
template<typename Graph, typename P>