Hi list,
Here a minor documentation fix in numeric.c
mad% cvs diff -u numeric.c
Index: numeric.c
===================================================================
RCS file: /src/ruby/numeric.c,v
retrieving revision 1.118
diff -u -r1.118 numeric.c
--- numeric.c 4 Mar 2005 06:47:42 -0000 1.118
+++ numeric.c 31 Mar 2005 11:17:12 -0000
@@ -593,7 +593,7 @@
* call-seq:
* float * other => float
*
- * Returns a new float with is the product of <code>float</code>
+ * Returns a new float which is the product of <code>float</code>
* and <code>other</code>.
*/
Cheers,
Emiel
--
Emiel van de Laar