From 8eec48275da873483fddcccc9d223dab14e4ab21 Mon Sep 17 00:00:00 2001 From: Agnivesh Chaubey Date: Wed, 7 Feb 2024 22:08:58 +0530 Subject: [PATCH] enhance description --- content/2020-12/validation/maxLength.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/2020-12/validation/maxLength.markdown b/content/2020-12/validation/maxLength.markdown index 54649adc..e408ec32 100644 --- a/content/2020-12/validation/maxLength.markdown +++ b/content/2020-12/validation/maxLength.markdown @@ -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.