Skip to content

Commit 32becb1

Browse files
authored
Merge pull request #88 from CloudNStoyan/main
fix typos in annotations
2 parents 408fc0d + e196f2f commit 32becb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/annotations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Formats will generally not be validated, except for `format: date(time)`, which
6363
### Numeric
6464

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

8686
### Boolean
8787

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

0 commit comments

Comments
 (0)