Skip to content

Commit 767debd

Browse files
committed
minor tweaks to wording
1 parent 9e8bf38 commit 767debd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: specs/jsonschema-core.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -486,11 +486,11 @@ and `$dynamicRef` keywords that may have been resolved), is considered the
486486
"evaluation path".
487487

488488
Lexical and dynamic scopes align until a reference keyword is encountered. While
489-
following the reference keyword moves processing from one lexical scope into a
489+
following the reference moves processing from one lexical scope into a
490490
different one, from the perspective of dynamic scope, following a reference is
491491
no different from descending into a subschema present as a value. A keyword on
492492
the far side of that reference that resolves information through the dynamic
493-
scope will consider the originating side of the reference to be their dynamic
493+
scope will consider the originating side of the reference to be its dynamic
494494
parent rather than examining the local lexically enclosing parent.
495495

496496
The concept of dynamic scope is primarily used with `$dynamicRef` and

0 commit comments

Comments
 (0)