diff --git a/reference/mcrypt/functions/mcrypt-generic-deinit.xml b/reference/mcrypt/functions/mcrypt-generic-deinit.xml index 142b2a7c3d..c05221bdab 100644 --- a/reference/mcrypt/functions/mcrypt-generic-deinit.xml +++ b/reference/mcrypt/functions/mcrypt-generic-deinit.xml @@ -1,5 +1,5 @@ - + @@ -19,7 +19,7 @@ descriptor (td). It clears all buffers, but does not close the module. You need to call mcrypt_module_close yourself. (But PHP does this for - you at the end of the script. Returns &false; on error, or &true; on + you at the end of the script.) Returns &false; on error, or &true; on success.