mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
fix typo
This commit is contained in:
parent
bd362275e7
commit
c80c44eeb9
1 changed files with 2 additions and 2 deletions
|
@ -160,7 +160,7 @@ rb_get_dir(VALUE self)
|
|||
/*
|
||||
* Set orientation of the feature: 0..360 degrees.
|
||||
*
|
||||
* @overloda dir=(value)
|
||||
* @overload dir=(value)
|
||||
* @param [Number] Value to set.
|
||||
*/
|
||||
VALUE
|
||||
|
@ -174,7 +174,7 @@ rb_set_dir(VALUE self, VALUE value)
|
|||
* Return value of the hessian
|
||||
*
|
||||
* @overload hessian
|
||||
* @reutrn [Number] Hessian
|
||||
* @return [Number] Hessian
|
||||
*/
|
||||
VALUE
|
||||
rb_get_hessian(VALUE self)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue