Skip to content

Commit

Permalink
enhance description
Browse files Browse the repository at this point in the history
  • Loading branch information
AgniveshChaubey committed Feb 7, 2024
1 parent 295d758 commit 8eec482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/2020-12/validation/maxLength.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ related:
keyword: format
---

The `maxLength` keyword is used to specify the maximum length of a string. It is used to enforce a constraint on the maximum number of characters allowed for a string value.
The `maxLength` keyword is used to specify the maximum length of a string instance. It is used to enforce a constraint on the maximum number of characters allowed for a string instance.

* Applies only to string data types.
* Value must be a non-negative integer.
Expand Down

0 comments on commit 8eec482

Please sign in to comment.