This commit is contained in:
Andreas Fabri 2024-03-14 12:30:39 +01:00
parent 76dff001a8
commit 190608d15a
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ namespace CGAL {
Self& operator=(const Self&) = delete; Self& operator=(const Self&) = delete;
/** /**
* @brief Builds the data structure from a sequence of primitives. * @brief builds the data structure from a sequence of primitives.
* @param first iterator over first primitive to insert * @param first iterator over first primitive to insert
* @param beyond past-the-end iterator * @param beyond past-the-end iterator
* *