Fixed a typo
authorIlya Lysenkov <no@email>
Thu, 12 Apr 2012 08:23:58 +0000 (08:23 +0000)
committerIlya Lysenkov <no@email>
Thu, 12 Apr 2012 08:23:58 +0000 (08:23 +0000)
modules/core/doc/basic_structures.rst

index 49e7ae2..6f0077c 100644 (file)
@@ -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.