Fixed typo
authorAndrey Kamaev <no@email>
Thu, 21 Jul 2011 19:05:21 +0000 (19:05 +0000)
committerAndrey Kamaev <no@email>
Thu, 21 Jul 2011 19:05:21 +0000 (19:05 +0000)
modules/core/doc/basic_structures.rst

index 1fd60a6..a250546 100644 (file)
@@ -1497,7 +1497,7 @@ Mat::elemSize1
 ------------------
 Returns the size of each matrix element channel in bytes.
 
-.. ocv:function:: size_t Mat::elemSize() const
+.. ocv:function:: size_t Mat::elemSize1() const
 
 The method returns the matrix element channel size in bytes, that is, it ignores the number of channels. For example, if the matrix type is ``CV_16SC3`` , the method returns ``sizeof(short)`` or 2.