From b0ed2a41b07d9f734f028515c6a16b330d9c4854 Mon Sep 17 00:00:00 2001 From: ser1zw Date: Sat, 18 Jan 2014 19:50:02 +0900 Subject: [PATCH] fix document --- ext/opencv/window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/opencv/window.cpp b/ext/opencv/window.cpp index 8018b31..1a22dba 100644 --- a/ext/opencv/window.cpp +++ b/ext/opencv/window.cpp @@ -257,7 +257,7 @@ trackbar_callback(int value, void* block) * @param value [Integer] Optional value to an integer variable whose value reflects the position of the slider. * Upon creation, the slider position is defined by this variable. * @yield [value] Function to be called every time the slider changes position. - * @yieldparam value [Integer] The trackbar position. + * @yieldparam value [Integer] The trackbar position. * @opencv_func cv::createTrackbar */ VALUE