diff --git a/Basic_viewer/doc/Basic_viewer/CGAL/Graphics_scene.h b/Basic_viewer/doc/Basic_viewer/CGAL/Graphics_scene.h index 9bcf7ede97c..ab690cf88de 100644 --- a/Basic_viewer/doc/Basic_viewer/CGAL/Graphics_scene.h +++ b/Basic_viewer/doc/Basic_viewer/CGAL/Graphics_scene.h @@ -80,7 +80,7 @@ public: /// returns `true` iff the scene has no element. bool empty() const; - /// clears the scene, i.e., removes all points, segments, triangles and text. + /// clears the scene, i.e., removes all points, segments, triangles, and text. void clear(); };