1) Section 11.4.9.2 Set a Value to Null
Change 1st sentence, 11th word from "primitive" to "structural":
A successful DELETE request to the edit URL for a primitive property,
or to the edit URL of the raw value of a primitive property,
sets the property to null.
to
A successful DELETE request to the edit URL for a structural property,
or to the edit URL of the raw value of a primitive property,
sets the property to null.
2) Change last sentence from
Updating a Primitive Property with a null value also sets the property to null.
to
Updating a primitive property or a complex property with a null value also sets the property to null.
("complex property" hyperlinks to section 11.4.9.3)
3) Change title of section 11.4.9.3, last word from
11.4.9.3 Update a Complex Type
to
11.4.9.3 Update a Complex Property