Update Frames authored by Nicolas Pope's avatar Nicolas Pope
...@@ -51,7 +51,7 @@ Data is synchronised and organised into discrete frames that are represented by ...@@ -51,7 +51,7 @@ Data is synchronised and organised into discrete frames that are represented by
#### 2.2 General Modification Rules #### 2.2 General Modification Rules
* **2.2.1** A `Frame` can be modified only prior to flushing (aka. transmission). * **2.2.1** A `Frame` can be modified only prior to flushing (aka. transmission).
* **2.2.2** Modifications after flushing are discarded. * **2.2.2** Modifications after dispatch are not flushed.
* **2.2.3** A `Frame` can only be flushed once. * **2.2.3** A `Frame` can only be flushed once.
* **2.2.4** Modifications prior to flushing are local to the frame only. * **2.2.4** Modifications prior to flushing are local to the frame only.
* **2.2.5** It must be possible to clear the change status to manually discard. * **2.2.5** It must be possible to clear the change status to manually discard.
... ...
......