Skip to content

Commit 3c40dd8

Browse files
Apply suggestions from code review
Co-authored-by: Greg Dennis <gregsdennis@yahoo.com>
1 parent d7ef280 commit 3c40dd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adr/2022-11-stable-spec.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ must be implemented for validators to not produce inaccurate results regardless
5151
of future revisions or extensions. Among other necessities, this would include a
5252
core set of keywords necessary to fully support structural validation and an
5353
extension mechanism. This spec should be considered stable and should rarely
54-
change, but if it does, it must do so in a backward and forward compatible way.
54+
change, but if it does, it must maintain backward and forward compatibility.
5555

5656
The "Standard Extensions" spec would include the rest of the spec. Features and
5757
keywords included in this spec are so ubiquitous that they should be considered
@@ -98,7 +98,7 @@ result in a stable spec. This will have benefits implementers and users. Because
9898
of the compatibility requirements, whenever you write a schema, you will never
9999
need to change it just to keep up with new features added to JSON Schema. This
100100
is also better for implementers because they don't have to maintain separate
101-
code different semantics in different versions. They just need to code for the
101+
code with different semantics in different versions. They just need to code for the
102102
current release and they will automatically have support for past releases.
103103

104104
### Option 1 - TC-39 Inspired

0 commit comments

Comments
 (0)