From: red stun Date: 2010-01-29T20:36:02+09:00 Subject: [ruby-core:27951] [Bug #2685] Wrong call sequence example for RDoc of method flo_minus in numeric.c Bug #2685: Wrong call sequence example for RDoc of method flo_minus in numeric.c http://redmine.ruby-lang.org/issues/show/2685 Author: red stun Status: Open, Priority: Low Category: doc ruby -v: trunk revision 26468 Seems a copy paste issue. The attached patch itself says it all, Index: numeric.c =================================================================== --- numeric.c (revision 26468) +++ numeric.c (working copy) @@ -637,7 +637,7 @@ /* * call-seq: - * float + other -> float + * float - other -> float * * Returns a new float which is the difference of float * and other. ---------------------------------------- http://redmine.ruby-lang.org