Improve sentence

This commit is contained in:
Clement Jamin 2017-01-04 17:46:24 +01:00
parent a1a60e9921
commit d59445394f
1 changed files with 2 additions and 2 deletions

View File

@ -111,8 +111,8 @@ Vertex_handle insert(const Weighted_point & p, Locate_type lt,
/*!
Inserts the weighted points found in range `[s,e)` in the regular triangulation.
Returns the difference of the number of vertices between after and
before the insertions (it may be negative due to hidden points).
Returns the difference between the number of vertices after and before
the insertions (it may be negative due to hidden points).
Note that this function is not guaranteed to insert the points
following the order of `ForwardIterator` because `spatial_sort()`
is used to improve efficiency.