From 4b9eb4af27efa9b0bdc072820bcddeae7aa846fc Mon Sep 17 00:00:00 2001 From: terrafrost Date: Mon, 16 Jun 2014 09:23:34 -0500 Subject: [PATCH] BigInteger: one more change to the comments --- phpseclib/Math/BigInteger.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpseclib/Math/BigInteger.php b/phpseclib/Math/BigInteger.php index 2ae53baf..71fe5eef 100644 --- a/phpseclib/Math/BigInteger.php +++ b/phpseclib/Math/BigInteger.php @@ -3095,7 +3095,7 @@ class Math_BigInteger * $max->random($min) * * @param Math_BigInteger $arg1 - * @param optional Math_Integer $arg2 + * @param optional Math_BigInteger $arg2 * @return Math_BigInteger * @access public * @internal The API for creating random numbers used to be $a->random($min, $max), where $a was a Math_BigInteger object.