Skip to content

Commit 59cedad

Browse files
authored
fix: "to adhere to invariant third invariant." (#585)
1 parent 79db3f7 commit 59cedad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/folia/admin/reference/region-logic.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Merge logic needs to occur when there are more than 1 region in the
221221
set X. From the set X, a region x is selected that is not ticking. If
222222
no such x exists, then a region x is created. Every region section
223223
created is added to the set x, as it is the section that is known
224-
to not be ticking - this is done to adhere to invariant third invariant.
224+
to not be ticking - this is done to adhere to the third invariant.
225225

226226
Every region y in the set X that is not x is merged into x if
227227
y is not in the ticking state, otherwise x runs the merge later

0 commit comments

Comments
 (0)