Skip to content

Commit e256bca

Browse files
contractions are a little less formal
1 parent 5cd32df commit e256bca

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
@@ -1632,7 +1632,7 @@
16321632
</t>
16331633
<t>
16341634
When schemas are downloaded,
1635-
for example by a generic user-agent that doesn't know until runtime which schemas to download,
1635+
for example by a generic user-agent that does not know until runtime which schemas to download,
16361636
see <xref target="hypermedia">Usage for Hypermedia</xref>.
16371637
</t>
16381638
<t>
@@ -3083,7 +3083,7 @@ https://example.com/schemas/common#/$defs/count/minimum
30833083
<t>
30843084
Instances and schemas are both frequently written by untrusted third parties, to be
30853085
deployed on public Internet servers.
3086-
Validators should take care that the parsing and validating against schemas doesn't consume excessive
3086+
Validators should take care that the parsing and validating against schemas does not consume excessive
30873087
system resources.
30883088
Validators MUST NOT fall into an infinite loop.
30893089
</t>
@@ -3093,7 +3093,7 @@ https://example.com/schemas/common#/$defs/count/minimum
30933093
excessive consumption of system resources in such a scenario.
30943094
</t>
30953095
<t>
3096-
Servers MUST ensure that malicious parties can't change the functionality of
3096+
Servers MUST ensure that malicious parties cannot change the functionality of
30973097
existing schemas by uploading a schema with a pre-existing or very similar "$id".
30983098
</t>
30993099
<t>

0 commit comments

Comments
 (0)