s/0-length/zero-length/g

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

@ -50,7 +50,7 @@
"properties": { "properties": {
"state_key": { "state_key": {
"type": "string", "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": { "prev_content": {
"type": "object", "type": "object",

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

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

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

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

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

Loading…
Cancel
Save