Skip to content

Commit

Permalink
Merge pull request #88 from CloudNStoyan/main
Browse files Browse the repository at this point in the history
fix typos in annotations
  • Loading branch information
WoH authored Feb 24, 2025
2 parents 408fc0d + e196f2f commit 32becb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Formats will generally not be validated, except for `format: date(time)`, which
### Numeric

- `@isInt <errMsg>` **tsoa special** since TS does not know integer as a type
- `@isFloat <errMsg>` **tsoa special** since TS does not know integer as a type
- `@isFloat <errMsg>` **tsoa special** since TS does not know float as a type
- `@isLong <errMsg>`
- `@isDouble <errMsg>`
- `@minimum <number> <errMsg>`
Expand All @@ -85,4 +85,4 @@ Formats will generally not be validated, except for `format: date(time)`, which

### Boolean

- `isBool <errMsg>` for setting custom error messages
- `isBoolean <errMsg>` for setting custom error messages

0 comments on commit 32becb1

Please sign in to comment.