#55493 closed enhancement (fixed)
Docs: Typo in `wp_fuzzy_number_match()`.
Reported by: | costdev | Owned by: | audrasjb |
---|---|---|---|
Milestone: | 6.0 | Priority: | normal |
Severity: | trivial | Version: | 5.3 |
Component: | General | Keywords: | good-first-bug has-patch commit assigned-for-commit |
Focuses: | docs | Cc: |
Description
The @return
annotation in wp_fuzzy_number_match()
has a typo:
@return bool Whether the numbers match whithin the specified precision.
"whithin" should be "within".
Let's try to keep this one for someone who hasn't submitted a patch before. This is a great way to learn the workflow of contributing to Core.
Change History (7)
This ticket was mentioned in PR #2482 on WordPress/wordpress-develop by kebbet.
2 years ago
#1
- Keywords has-patch added; needs-patch removed
#2
@
2 years ago
Also, see: https://core.trac.wordpress.org/ticket/54729
#3
@
2 years ago
- Keywords commit added
Thanks for the patch @kebbet! The PR looks good to me. Adding commit
.
I have also linked this ticket in #54729 as a related ticket.
#4
@
2 years ago
- Keywords assigned-for-commit added
- Owner set to audrasjb
- Status changed from new to accepted
#5
@
2 years ago
@kebbet as said in the ticket description, tickets labelled good-first-bug
should be kept for people who never contributed to WordPress Core before, as it is a great way to learn how to create a patch, etc :)
2 years ago
#7
Committed in https://core.trac.wordpress.org/changeset/53035
https://core.trac.wordpress.org/ticket/55493
Trac ticket: