diff --git a/Number_types/doc/Number_types/CGAL/Lazy_exact_nt.h b/Number_types/doc/Number_types/CGAL/Lazy_exact_nt.h index 0d4c9f95b54..c4d070b343e 100644 --- a/Number_types/doc/Number_types/CGAL/Lazy_exact_nt.h +++ b/Number_types/doc/Number_types/CGAL/Lazy_exact_nt.h @@ -85,13 +85,13 @@ NT exact(); returns an interval containing the exact value. */ -Interval_nt approx(); +Interval_nt approx(); /*! returns an interval containing the exact value. */ -Interval_nt interval(); +Interval_nt interval(); /*! specifies the relative precision that `to_double()` has to fulfill.