From 6b8564a09c237b073fca98095817f932bf9a167d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 7 Dec 2016 17:39:51 +0100 Subject: [PATCH] improve phrasing --- .../Concepts/SurfaceMeshShortestPathTraits.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;