Remove object *members* as we call them properties throughout the document
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Wed, 16 May 2012 18:48:53 +0800
changeset 645 beddbd1cf987
parent 644 c4f7d3d7c9c7
child 646 a8d8359aa84c
Remove object *members* as we call them properties throughout the document
spec/latest/json-ld-api/index.html
spec/latest/json-ld-syntax/index.html
--- a/spec/latest/json-ld-api/index.html	Sun May 13 17:23:22 2012 +0800
+++ b/spec/latest/json-ld-api/index.html	Wed May 16 18:48:53 2012 +0800
@@ -382,7 +382,7 @@
   <dl>
     <dt><tdef>JSON object</tdef></dt><dd>
       An object structure is represented as a pair of curly brackets surrounding zero or
-      more name/value pairs (or members). A name is a <tref>string</tref>. A single colon comes after
+      more name/value pairs. A name is a <tref>string</tref>. A single colon comes after
       each name, separating the name from the value. A single comma separates a value
       from a following name. The names within an object SHOULD be unique.
     </dd>
--- a/spec/latest/json-ld-syntax/index.html	Sun May 13 17:23:22 2012 +0800
+++ b/spec/latest/json-ld-syntax/index.html	Wed May 16 18:48:53 2012 +0800
@@ -365,7 +365,7 @@
   <dl>
     <dt><tdef>JSON object</tdef></dt><dd>
       An object structure is represented as a pair of curly brackets surrounding zero or
-      more name/value pairs (or members). A name is a <tref>string</tref>. A single colon comes after
+      more name/value pairs. A name is a <tref>string</tref>. A single colon comes after
       each name, separating the name from the value. A single comma separates a value
       from a following name. The names within an object SHOULD be unique.
     </dd>