Skip to content

Commit f483484

Browse files
committed
[DOC] Fix call-seq of Method#box
1 parent 0fe111c commit f483484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2157,7 +2157,7 @@ method_owner(VALUE obj)
21572157
}
21582158

21592159
/*
2160-
* call-see:
2160+
* call-seq:
21612161
* meth.box -> box or nil
21622162
*
21632163
* Returns the Ruby::Box where +meth+ is defined in.

0 commit comments

Comments
 (0)