mirror of https://github.com/CGAL/cgal
Merge pull request #5298 from GilesBathgate/patch-1
Fix typo in doc circulator.h
This commit is contained in:
commit
9d185e46ba
|
|
@ -619,7 +619,7 @@ Iterator_tag query_circulator_or_iterator( const I& i);
|
|||
/*!
|
||||
\ingroup PkgHandlesAndCirculatorsFunctions
|
||||
|
||||
This functiona matches for type `C` if the iterator category of `C` belongs to a circulator.
|
||||
This function matches for type `C` if the iterator category of `C` belongs to a circulator.
|
||||
|
||||
\sa `Circulator_tag`
|
||||
\sa `Circulator_traits`
|
||||
|
|
|
|||
Loading…
Reference in New Issue