diff --git a/Surface_mesh_topology/doc/Surface_mesh_topology/CGAL/draw_face_graph_with_paths.h b/Surface_mesh_topology/doc/Surface_mesh_topology/CGAL/draw_face_graph_with_paths.h
index 9a088f236f5..b09424dbecd 100644
--- a/Surface_mesh_topology/doc/Surface_mesh_topology/CGAL/draw_face_graph_with_paths.h
+++ b/Surface_mesh_topology/doc/Surface_mesh_topology/CGAL/draw_face_graph_with_paths.h
@@ -32,7 +32,7 @@ void draw(const Mesh& amesh,
/*!
\ingroup PkgDrawFaceGraphWithPaths
-Same function than draw() but taking the paths from a list instead from an std::vector.
+Same function than draw() but taking the paths from a list instead from an std::vector.
*/
template
void draw(const Mesh& amesh,
@@ -42,7 +42,7 @@ void draw(const Mesh& amesh,
/*!
\ingroup PkgDrawFaceGraphWithPaths
-Same function than draw() but taking the paths from a list instead from as std::vector.
+A shortcut to `CGAL::draw(amesh, apaths, Graphics_scene_options_face_graph_with_paths{})`.
*/
template
void draw(const Mesh& amesh,
@@ -80,7 +80,7 @@ void add_to_graphics_scene(const Mesh& amesh,
/*!
\ingroup PkgDrawFaceGraphWithPaths
-Same function than add_to_graphics_scene() but taking the paths from a list instead from an std::vector.
+Same function than add_to_graphics_scene() but taking the paths from a list instead from an std::vector.
*/
template
void add_to_graphics_scene(const Mesh& amesh,
@@ -91,7 +91,7 @@ void add_to_graphics_scene(const Mesh& amesh,
/*!
\ingroup PkgDrawFaceGraphWithPaths
-Same function than add_to_graphics_scene() but taking the paths from a list instead from an std::vector.
+A shortcut to `CGAL::add_to_graphics_scene(amesh, gs, Graphics_scene_options_face_graph_with_paths{}, apaths)`.
*/
template
void add_to_graphics_scene(const Mesh& amesh,