diff --git a/docs/annotations.md b/docs/annotations.md index d872b2d..f09badf 100644 --- a/docs/annotations.md +++ b/docs/annotations.md @@ -63,7 +63,7 @@ Formats will generally not be validated, except for `format: date(time)`, which ### Numeric - `@isInt ` **tsoa special** since TS does not know integer as a type -- `@isFloat ` **tsoa special** since TS does not know integer as a type +- `@isFloat ` **tsoa special** since TS does not know float as a type - `@isLong ` - `@isDouble ` - `@minimum ` @@ -85,4 +85,4 @@ Formats will generally not be validated, except for `format: date(time)`, which ### Boolean -- `isBool ` for setting custom error messages +- `isBoolean ` for setting custom error messages