diff --git a/Straight_skeleton_2/doc/Straight_skeleton_2/CGAL/Straight_skeleton_converter_2.h b/Straight_skeleton_2/doc/Straight_skeleton_2/CGAL/Straight_skeleton_converter_2.h index 0497ab07c75..0c26fe5caac 100644 --- a/Straight_skeleton_2/doc/Straight_skeleton_2/CGAL/Straight_skeleton_converter_2.h +++ b/Straight_skeleton_2/doc/Straight_skeleton_2/CGAL/Straight_skeleton_converter_2.h @@ -100,7 +100,7 @@ boost::shared_ptr operator()( Source_skeleton const& s) const; \tparam SrcSs type of the source straight skeleton \tparam TgtSs type of the target straight skeleton \tparam NTConverter a function object that must -provide `TgtSs:Traits::FT operator()(SrcSs::Traits::FT n)` that converts `n` to an +provide `TgtSs::Traits::FT operator()(SrcSs::Traits::FT n)` that converts `n` to an `TgtSs::Traits::FT` which has the same value. The default value of this parameter is `NT_converter`. \cgalModels `StraightSkeletonItemsConverter_2`