Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
whitespace fix
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Desrosiers <[email protected]>
  • Loading branch information
micshar92 and jdesrosiers committed Jul 5, 2023
1 parent b9e54a5 commit cf4f773
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions source/reference/array.rst
Original file line number Diff line number Diff line change
Expand Up @@ -331,11 +331,11 @@ use ``$ref`` and add another item like this:
{ "type": "number" }
],

"$defs": {
"closed": {
"$anchor": "closed",
"$ref": "#",
"unevaluatedItems": false
"$defs": {
"closed": {
"$anchor": "closed",
"$ref": "#",
"unevaluatedItems": false
}
}
}
Expand Down

0 comments on commit cf4f773

Please sign in to comment.