docs(IsDecimal): use correct docstring for IsDecimal
Description
Use the correct docstring for the decorator IsDecimal. The existing one seems to have been copied from IsAlphanumeric:
IsAlphanumeric source code
Checklist
- [x] the pull request title describes what this PR does (not a vague title like
Update index.md) - [x] the pull request targets the default branch of the repository (
develop) - [x] the code follows the established code style of the repository
npm run prettier:checkpassesnpm run lint:checkpasses
- [x] tests are added for the changes I made (if any source code was modified)
- [x] documentation added or updated
- [ ] I have run the project locally and verified that there are no errors
Fixes
fixes #1423
I think the merge commit made the Semantic Pull Request check fail?
As long as we are using squash and merge I don't see any issue with the PR.
Landed in https://github.com/typestack/class-validator/commit/42b9ca263cf855d2004c0dce23e38d23546148ac
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.