Skip to content

Commit 274e8cf

Browse files
committed
Constrain commutative monoid diagram width to 420px
1 parent 212d866 commit 274e8cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hugo-site/content/resources/manual/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ must handle this correctly.
8181
Contract state must form a **commutative monoid**—updates can be applied in any order and still
8282
produce the same final state.
8383

84-
![Commutative synchronization between peers](/images/tutorial/commutative-sync.svg)
84+
<img src="/images/tutorial/commutative-sync.svg" alt="Commutative synchronization between peers" style="max-width: 420px;">
8585

8686
Both peers end up with the same state regardless of which update they received first.
8787

0 commit comments

Comments
 (0)