diff --git a/Surface_mesh_shortest_path/doc/Surface_mesh_shortest_path/Concepts/SurfaceMeshShortestPathTraits.h b/Surface_mesh_shortest_path/doc/Surface_mesh_shortest_path/Concepts/SurfaceMeshShortestPathTraits.h index 4ae776795c3..2c6080ee22e 100644 --- a/Surface_mesh_shortest_path/doc/Surface_mesh_shortest_path/Concepts/SurfaceMeshShortestPathTraits.h +++ b/Surface_mesh_shortest_path/doc/Surface_mesh_shortest_path/Concepts/SurfaceMeshShortestPathTraits.h @@ -248,7 +248,7 @@ public: /*! Function object type that provides `Barycentric_coordinates operator()(FT a, FT b, FT c)` - to introduce some new triangular barycentric coordinates. + to introduce new triangular barycentric coordinates. */ typedef unspecified_type Construct_barycentric_coordinates;