Skip to content

Commit

Permalink
Spelling correction
Browse files Browse the repository at this point in the history
Spelling correction
  • Loading branch information
albert-github committed Feb 19, 2025
1 parent 4f9bf70 commit cc9ab04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ class Constrained_triangulation_plus_2
// cid is [B, P, C]
// head is null or [A...B]
// tail is null or [C...D]
// Let create insert [C,D] and conditionnaly concatenate head and tail,
// Let create insert [C,D] and conditionally concatenate head and tail,
// and return the iterator to C

Vertex_handle b = *std::prev(pos);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ class Polyline_constraint_hierarchy_2
// - The end value is when `constraint_it` is the end iterator of `constraints_set`.
// In that case `vertex_it` must be singular.
//
// - Otherwise all members must be valid pointers or dereferencable iterators.
// - Otherwise all members must be valid pointers or dereferenceable iterators.

bool is_singular() const {
return hierarchy == nullptr;
Expand Down

0 comments on commit cc9ab04

Please sign in to comment.