diff --git a/Interval_skip_list/doc/Interval_skip_list/CGAL/Interval_skip_list.h b/Interval_skip_list/doc/Interval_skip_list/CGAL/Interval_skip_list.h index d0ad905d3ec..eb181144e5b 100644 --- a/Interval_skip_list/doc/Interval_skip_list/CGAL/Interval_skip_list.h +++ b/Interval_skip_list/doc/Interval_skip_list/CGAL/Interval_skip_list.h @@ -53,7 +53,7 @@ Constructor that inserts the iterator range `[first, last)` in the interval skip \pre The `value_type` of `first` and `last` is `Interval`. */ template < class InputIterator > -Alpha_shape_2( +Interval_skip_list( InputIterator first, InputIterator last);