Docs: Miscellaneous docblock corrections and improvements.

See #58833


git-svn-id: https://develop.svn.wordpress.org/trunk@56414 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2023-08-18 17:27:16 +00:00
parent 9110074a20
commit 7aee3d35fb
13 changed files with 37 additions and 37 deletions
+1 -1
View File
@@ -8600,7 +8600,7 @@ function is_php_version_compatible( $required ) {
*
* @param int|float $expected The expected value.
* @param int|float $actual The actual number.
* @param int|float $precision The allowed variation.
* @param int|float $precision Optional. The allowed variation. Default 1.
* @return bool Whether the numbers match within the specified precision.
*/
function wp_fuzzy_number_match( $expected, $actual, $precision = 1 ) {