Skip to content

Commit

Permalink
fix: Fix typo in docblock for IsHalfWidth decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
shanehandley-lt committed May 10, 2022
1 parent 2ef8ff0 commit f08dea4
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 f08dea4

Please sign in to comment.