diff --git a/BGL/doc/BGL/Concepts/HalfedgeGraph.h b/BGL/doc/BGL/Concepts/HalfedgeGraph.h index 15600e02175..d147a62cb51 100644 --- a/BGL/doc/BGL/Concepts/HalfedgeGraph.h +++ b/BGL/doc/BGL/Concepts/HalfedgeGraph.h @@ -62,7 +62,7 @@ returns one of the halfedges corresponding to `e`. */ template boost::graph_traits::halfedge_descriptor -halfedge(boost::graph_traits::edge_descriptor f, const HalfedgeGraph& g); +halfedge(boost::graph_traits::edge_descriptor e, const HalfedgeGraph& g); /*! \relates HalfedgeGraph returns a halfedge with target `v`.