From e196f2f06de866bd89d20d82d9d920c7ff9cde17 Mon Sep 17 00:00:00 2001 From: Stoyan Kolev Date: Tue, 27 Aug 2024 19:54:48 +0300 Subject: [PATCH] fix typos in annotations --- docs/annotations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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