1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Fix some typos in modules/.

This commit is contained in:
Yulv-git
2022-04-30 13:40:07 +08:00
parent 039f3d01a0
commit 15ac54d5d6
14 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -2290,7 +2290,7 @@ public:
const_iterator begin() const;
const_iterator end() const;
//! template methods for for operation over all matrix elements.
//! template methods for operation over all matrix elements.
// the operations take care of skipping gaps in the end of rows (if any)
template<typename Functor> void forEach(const Functor& operation);
template<typename Functor> void forEach(const Functor& operation) const;