Skip to content

Commit 8426b50

Browse files
contractions are a little less formal
1 parent 97ea4df commit 8426b50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jsonschema-core.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1626,7 +1626,7 @@
16261626
</t>
16271627
<t>
16281628
When schemas are downloaded,
1629-
for example by a generic user-agent that doesn't know until runtime which schemas to download,
1629+
for example by a generic user-agent that does not know until runtime which schemas to download,
16301630
see <xref target="hypermedia">Usage for Hypermedia</xref>.
16311631
</t>
16321632
<t>
@@ -3077,7 +3077,7 @@ https://example.com/schemas/common#/$defs/count/minimum
30773077
<t>
30783078
Instances and schemas are both frequently written by untrusted third parties, to be
30793079
deployed on public Internet servers.
3080-
Validators should take care that the parsing and validating against schemas doesn't consume excessive
3080+
Validators should take care that the parsing and validating against schemas does not consume excessive
30813081
system resources.
30823082
Validators MUST NOT fall into an infinite loop.
30833083
</t>
@@ -3087,7 +3087,7 @@ https://example.com/schemas/common#/$defs/count/minimum
30873087
excessive consumption of system resources in such a scenario.
30883088
</t>
30893089
<t>
3090-
Servers MUST ensure that malicious parties can't change the functionality of
3090+
Servers MUST ensure that malicious parties cannot change the functionality of
30913091
existing schemas by uploading a schema with a pre-existing or very similar "$id".
30923092
</t>
30933093
<t>

0 commit comments

Comments
 (0)