Skip to content

Commit

Permalink
doc bug-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau committed Jan 14, 2025
1 parent eafa97a commit 1f70e59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ typedef unspecified_type Subconstraints;
/*!
An iterator to visit all the subconstraints of the triangulation and the
contexts of their enclosing constraints. The order of visit is undefined.
The value type of this iterator is `std::pair<const Subconstraint, std::list<Context>*>`.
The value type of this iterator is `const std::pair<const Subconstraint, std::list<Context>*>`.
*/
typedef unspecified_type Subconstraint_and_contexts_iterator;

Expand Down

0 comments on commit 1f70e59

Please sign in to comment.