Skip to content

Commit 97497b6

Browse files
authored
Spelling correction (#8941)
Spelling correction
2 parents 12b4c64 + 3a03540 commit 97497b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

STL_Extension/include/CGAL/iterator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ struct Filter_iterator {
589589
++c_;
590590
}
591591

592-
// for non-const -> const convertion for example
592+
// for non-const -> const conversion for example
593593
template <class Iterator2>
594594
Filter_iterator(const Filter_iterator<Iterator2, Predicate>& fi,
595595
std::enable_if_t<std::is_convertible_v<Iterator2, Iterator>>* = nullptr)

0 commit comments

Comments
 (0)