diff options
-rw-r--r-- | doc/PROGRAMMING | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/PROGRAMMING b/doc/PROGRAMMING index f0482ae4..7d12b728 100644 --- a/doc/PROGRAMMING +++ b/doc/PROGRAMMING @@ -345,7 +345,7 @@ deprecated_functionality($warn_msg[, $rm_compat[, $rm_msg]]) is provided and equal to (or greater than) the active compat level. The $rm_msg parameter can be used to provide a custom error message in the latter case (if omitted, $warn_msg will be used in both cases). - The function will provide a separate diagnotic about which compat + The function will provide a separate diagnostic about which compat level that will remove/removed the functionality if $rm_compat is given. |