From 15ce6b3936604f35855b4f13434a0a4176db5c21 Mon Sep 17 00:00:00 2001 From: Sergey Chernov Date: Wed, 21 Jun 2023 11:04:36 +0000 Subject: [PATCH] Update 'safe multimerge' --- safe-multimerge.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/safe-multimerge.md b/safe-multimerge.md index 4f8152e..3ccaef3 100644 --- a/safe-multimerge.md +++ b/safe-multimerge.md @@ -2,7 +2,7 @@ Bob, Alice and Carol are editing the same data item. When they try to send updates to the server, 8 RAYS cloud enforces the order that only changing _last saved block state_ is actually allowed, so only one update is accepted and the rest get the merge request. -The multimerge cycle sample: +Here is the multimerge cycle sample; the "par" fragments here are special meaning: interactions _inside the par gragment_ are executed in parallel, buth the sequence show their respectable order in time. ```mermaid sequenceDiagram