From 42b9ca263cf855d2004c0dce23e38d23546148ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20Ol=C3=A1h?= Date: Sun, 13 Nov 2022 13:21:46 +0000 Subject: [PATCH] docs: update JSDoc for @IsDecimal decorator --- src/decorator/string/IsDecimal.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/decorator/string/IsDecimal.ts b/src/decorator/string/IsDecimal.ts index a578af9b07..f6c1fa49ab 100644 --- a/src/decorator/string/IsDecimal.ts +++ b/src/decorator/string/IsDecimal.ts @@ -14,7 +14,7 @@ export function isDecimal(value: unknown, options?: ValidatorJS.IsDecimalOptions } /** - * Checks if the string contains only letters and numbers. + * Checks if the string is a valid decimal. * If given value is not a string, then it returns false. */ export function IsDecimal(