From 50d9745e66befe000c677ba9b5f99c0a6e060556 Mon Sep 17 00:00:00 2001 From: Yoshinari Takaoka Date: Sun, 13 Dec 2020 01:27:32 +0000 Subject: [PATCH] fixed missing paramater replacement. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352047 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/gmp/functions/gmp-fact.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/gmp/functions/gmp-fact.xml b/reference/gmp/functions/gmp-fact.xml index 0e13336165..dc58908b1d 100644 --- a/reference/gmp/functions/gmp-fact.xml +++ b/reference/gmp/functions/gmp-fact.xml @@ -13,7 +13,7 @@ GMPintstringnum - Calculates factorial (a!) of num. + Calculates factorial (num!) of num.