From e4525860e05b62bc6e96093c80ac33b15fc6876a Mon Sep 17 00:00:00 2001 From: Ilya Lysenkov Date: Thu, 12 Apr 2012 08:23:58 +0000 Subject: [PATCH] Fixed a typo --- modules/core/doc/basic_structures.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/doc/basic_structures.rst b/modules/core/doc/basic_structures.rst index 49e7ae2..6f0077c 100644 --- a/modules/core/doc/basic_structures.rst +++ b/modules/core/doc/basic_structures.rst @@ -1347,7 +1347,7 @@ Locates the matrix header within a parent matrix. .. ocv:function:: void Mat::locateROI( Size& wholeSize, Point& ofs ) const - :param wholeSize: Output parameter that contains the size of the whole matrix containing ``*this`` is a part. + :param wholeSize: Output parameter that contains the size of the whole matrix containing ``*this`` as a part. :param ofs: Output parameter that contains an offset of ``*this`` inside the whole matrix. -- 2.7.4