From c3beb88a1b0c7d8068dba596c05ce11f5d156562 Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Wed, 29 Nov 2023 09:04:06 +0100 Subject: [PATCH] fix(doc): Type::ENUM anchor link fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fe2318..68b1271 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ Type|Description `Type::BOOLEAN`|Value must be a boolean or ([**considered bool for GET rules**](#boolean-coercion-from-string-for-search-parameters)) `Type::ARRAY`|Value must be a JSON array `Type::OBJECT`|Value must be a JSON object -`Type::ENUM`|Value must be exactly one of pre-defined values ([**more information**](#type-enum)) +`Type::ENUM`|Value must be exactly one of pre-defined values ([**more information**](#typeenum)) `Type::NULL`|Value must be null or ([**considered null for GET rules**](#null-coercion-from-string-for-search-parameters)) #### `Type::ENUM`