Skip to content
Snippets Groups Projects
Commit 88b198bd authored by Cédric Traizet's avatar Cédric Traizet
Browse files

STY: fix typo

parent 7915210f
No related branches found
Tags 7.2.0-rc1
No related merge requests found
......@@ -110,7 +110,7 @@ public:
ZipIterator& operator=(ZipIterator const&) = default;
ZipIterator& operator=(ZipIterator &&) = default;
/** Convertion constructor.
/** Conversion constructor.
* Converts from mutable to const iterator
* \see https://quuxplusone.github.io/blog/2018/12/01/const-iterator-antipatterns/
*/
......@@ -119,7 +119,7 @@ public:
: m_iterators(rhs.m_iterators())
{}
/** Convertion move constructor.
/** Conversion move constructor.
* Move converts from mutable to const iterator
* \see https://quuxplusone.github.io/blog/2018/12/01/const-iterator-antipatterns/
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment