Merge pull request #5298 from GilesBathgate/patch-1

Fix typo in doc circulator.h
This commit is contained in:
Laurent Rineau 2020-12-21 08:24:14 +01:00 committed by GitHub
commit 9d185e46ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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`