summaryrefslogtreecommitdiff
path: root/bignum.c
diff options
context:
space:
mode:
Diffstat (limited to 'bignum.c')
-rw-r--r--bignum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bignum.c b/bignum.c
index 0c31b8c89c..1f38816f6d 100644
--- a/bignum.c
+++ b/bignum.c
@@ -2001,7 +2001,7 @@ bigsqr(VALUE x)
/*
* call-seq:
- * big ** exponent #=> numeric
+ * big ** exponent => numeric
*
* Raises _big_ to the _exponent_ power (which may be an integer, float,
* or anything that will coerce to a number). The result may be