Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spelling correction #8746

Merged
merged 1 commit into from
Feb 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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