s/0-length/zero-length/g

pull/22/head
Kegan Dougal 9 years ago
parent ed4ce6950c
commit 86be22dc35

@ -50,7 +50,7 @@
"properties": {
"state_key": {
"type": "string",
"description": "A unique key which defines the overwriting semantics for this piece of room state. This value is often a 0-length string. The presence of this key makes this event a State Event."
"description": "A unique key which defines the overwriting semantics for this piece of room state. This value is often a zero-length string. The presence of this key makes this event a State Event."
},
"prev_content": {
"type": "object",

@ -19,7 +19,7 @@
},
"state_key": {
"type": "string",
"description": "A 0-length string.",
"description": "A zero-length string.",
"pattern": "^$"
},
"type": {

@ -20,7 +20,7 @@
},
"state_key": {
"type": "string",
"description": "A 0-length string.",
"description": "A zero-length string.",
"pattern": "^$"
},
"type": {

@ -19,7 +19,7 @@
},
"state_key": {
"type": "string",
"description": "A 0-length string.",
"description": "A zero-length string.",
"pattern": "^$"
},
"type": {

@ -56,7 +56,7 @@
},
"state_key": {
"type": "string",
"description": "A 0-length string.",
"description": "A zero-length string.",
"pattern": "^$"
},
"type": {

@ -19,7 +19,7 @@
},
"state_key": {
"type": "string",
"description": "A 0-length string.",
"description": "A zero-length string.",
"pattern": "^$"
},
"type": {

Loading…
Cancel
Save