Update 'safe multimerge'

Sergey Chernov 2023-06-21 10:56:58 +00:00
parent 4b12c6b78b
commit 3f6d2b4c56

@ -36,7 +36,7 @@ sequenceDiagram
Server --) Alice: update data
Server --) Bob: update data
end
note left of Server: now Hello, cruel world!
note left of Server: now Bye, cruel world!
Note over Server, Alice: synchronized data: Bye, cruel world!
```