Skip to content

Commit

Permalink
docs: fix typo in JSDoc for @IsHalfWidth decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
NoNameProvided committed Nov 20, 2022
1 parent 9c6e5ac commit c183cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decorator/string/IsHalfWidth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function isHalfWidth(value: unknown): boolean {
}

/**
* Checks if the string contains any full-width chars.
* Checks if the string contains any half-width chars.
* If given value is not a string, then it returns false.
*/
export function IsHalfWidth(validationOptions?: ValidationOptions): PropertyDecorator {
Expand Down

0 comments on commit c183cb3

Please sign in to comment.