From be38f349e3c82cd940ba254153290552256256d7 Mon Sep 17 00:00:00 2001 From: Jason Ian Green Date: Sat, 11 May 2024 13:11:19 +0100 Subject: [PATCH] fix: broken link in docs warning (#2431) --- docs/json-schema.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/json-schema.md b/docs/json-schema.md index 45ef5ef00..c888c636d 100644 --- a/docs/json-schema.md +++ b/docs/json-schema.md @@ -280,8 +280,8 @@ The value of the keyword should be a number. The data to be valid should be a mu ### `maxLength` / `minLength` -::: warning [Grapheme clusters](https://www.unicode.org/reports/tr29/tr29-17.html#Grapheme_Cluster_Boundaries) will count as multiple characters -Certain charsets have characters that are made up of multiple unicode characters. These "grapheme clusters" are counted as multiple characters. +::: warning Grapheme clusters will count as multiple characters +Certain charsets have characters that are made up of multiple Unicode code points. These [grapheme clusters](https://www.unicode.org/reports/tr29/tr29-17.html#Grapheme_Cluster_Boundaries) are counted as multiple in length calculations. ::: The value of the keywords should be a number. The data to be valid should have length satisfying this rule. Unicode pairs are counted as a single character.