summaryrefslogtreecommitdiff
path: root/numeric.c
diff options
context:
space:
mode:
authorocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-07-09 13:38:34 +0000
committerocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-07-09 13:38:34 +0000
commit703f913426357ca462c0d82336bdb1f193e5e879 (patch)
tree912727daa6b5d7fa528c154a8816f56ee908ab61 /numeric.c
parentc4d8f782a459776a98bc1376b27afc991b103a1a (diff)
* array.c, enum.c, pack.c: rdoc patch from Johan Holmberg
<holmberg@iar.se> [ruby-core:3132] [ruby-core:3136] * numeric.c: rdoc patch. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/numeric.c b/numeric.c
index fc1e0d2e78..0cada5915b 100644
--- a/numeric.c
+++ b/numeric.c
@@ -223,7 +223,7 @@ num_uplus(num)
/*
* call-seq:
- * --num => numeric
+ * -num => numeric
*
* Unary Minus---Returns the receiver's value, negated.
*/