From f6f0b66b63c208aa9599d6a4aa8df0cff24fcde1 Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Thu, 21 Dec 2023 13:14:43 -0500 Subject: [PATCH] Shorten text related to code property optionality. Co-authored-by: Ted Thibodeau Jr --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 89726a37d..31a1a68b0 100644 --- a/index.html +++ b/index.html @@ -4792,7 +4792,7 @@

Problem Details

code
-The `code` property is an OPTIONAL value. If +The `code` property is OPTIONAL. present, its value MUST be an integer that identifies the type of the problem. Integer codes are useful in systems that only provide integer return values.