From 86be22dc35e592fad1a94cf45c915879d6066513 Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Thu, 21 May 2015 16:04:52 +0100 Subject: [PATCH] s/0-length/zero-length/g --- event-schemas/schema/v1/core | 2 +- event-schemas/schema/v1/m.room.create | 2 +- event-schemas/schema/v1/m.room.join_rules | 2 +- event-schemas/schema/v1/m.room.name | 2 +- event-schemas/schema/v1/m.room.power_levels | 2 +- event-schemas/schema/v1/m.room.topic | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/event-schemas/schema/v1/core b/event-schemas/schema/v1/core index bfe908ba..e7a24803 100644 --- a/event-schemas/schema/v1/core +++ b/event-schemas/schema/v1/core @@ -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", diff --git a/event-schemas/schema/v1/m.room.create b/event-schemas/schema/v1/m.room.create index f9fa12ea..8f74e69b 100644 --- a/event-schemas/schema/v1/m.room.create +++ b/event-schemas/schema/v1/m.room.create @@ -19,7 +19,7 @@ }, "state_key": { "type": "string", - "description": "A 0-length string.", + "description": "A zero-length string.", "pattern": "^$" }, "type": { diff --git a/event-schemas/schema/v1/m.room.join_rules b/event-schemas/schema/v1/m.room.join_rules index 307b5571..bfd6387b 100644 --- a/event-schemas/schema/v1/m.room.join_rules +++ b/event-schemas/schema/v1/m.room.join_rules @@ -20,7 +20,7 @@ }, "state_key": { "type": "string", - "description": "A 0-length string.", + "description": "A zero-length string.", "pattern": "^$" }, "type": { diff --git a/event-schemas/schema/v1/m.room.name b/event-schemas/schema/v1/m.room.name index 4fb02efc..5077774c 100644 --- a/event-schemas/schema/v1/m.room.name +++ b/event-schemas/schema/v1/m.room.name @@ -19,7 +19,7 @@ }, "state_key": { "type": "string", - "description": "A 0-length string.", + "description": "A zero-length string.", "pattern": "^$" }, "type": { diff --git a/event-schemas/schema/v1/m.room.power_levels b/event-schemas/schema/v1/m.room.power_levels index 944070eb..447ed718 100644 --- a/event-schemas/schema/v1/m.room.power_levels +++ b/event-schemas/schema/v1/m.room.power_levels @@ -56,7 +56,7 @@ }, "state_key": { "type": "string", - "description": "A 0-length string.", + "description": "A zero-length string.", "pattern": "^$" }, "type": { diff --git a/event-schemas/schema/v1/m.room.topic b/event-schemas/schema/v1/m.room.topic index 96d61362..266df8fa 100644 --- a/event-schemas/schema/v1/m.room.topic +++ b/event-schemas/schema/v1/m.room.topic @@ -19,7 +19,7 @@ }, "state_key": { "type": "string", - "description": "A 0-length string.", + "description": "A zero-length string.", "pattern": "^$" }, "type": {