Skip to content

Commit ca63c56

Browse files
committed
Add missing "If" in ProblemDetails section.
1 parent 46f34ba commit ca63c56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4757,9 +4757,9 @@ <h3>Problem Details</h3>
47574757
</dd>
47584758
<dt>code</dt>
47594759
<dd>
4760-
The `code` [=property=] is OPTIONAL.
4761-
present, its value MUST be an integer that identifies the type of the problem.
4762-
Integer codes are useful in systems that only provide integer return values.
4760+
The `code` [=property=] is OPTIONAL. If present, its value MUST be an integer
4761+
that identifies the type of the problem. Integer codes are useful in systems
4762+
that only provide integer return values.
47634763
</dd>
47644764
<dt>title</dt>
47654765
<dd>

0 commit comments

Comments
 (0)