Skip to content

Commit a9e6d35

Browse files
committed
Tweak wording
1 parent cd1ef1d commit a9e6d35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schemas/Manual.regions.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"default": false
4141
},
4242
"exit_requires": {
43-
"description": "(Optional) Additional requirements to use a specific exit from this region.",
43+
"description": "(Optional) Additional requirements to use a specific connection out of this region.",
4444
"type": "object",
4545
"patternProperties": {
4646
"^[^$].*$": {
@@ -53,7 +53,7 @@
5353
"uniqueItems": true
5454
},
5555
"entrance_requires": {
56-
"description": "(Optional) Additional requirements to use a specific entrance into this region. This is the same as exit_requires, but from the other side.",
56+
"description": "(Optional) Additional requirements to use a specific connection into this region. This is the same as exit_requires, but from the other side.",
5757
"type": "object",
5858
"patternProperties": {
5959
"^[^$].*$": {

0 commit comments

Comments
 (0)