From 008df17ee653e34c7b12900a066f0d6adf4507b0 Mon Sep 17 00:00:00 2001 From: BlackMATov Date: Wed, 20 Aug 2025 05:41:06 +0700 Subject: [PATCH] fix readme formatting --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a9c4aa0..feb43e1 100644 --- a/README.md +++ b/README.md @@ -1149,6 +1149,7 @@ collect_garbage :: () ### Relations +``` pair :: id, id -> id unpair :: id -> id, id @@ -1163,6 +1164,7 @@ secondaries :: entity, fragment -> {secondaries_state? -> fragment?, component?} primary_count :: entity, fragment -> integer secondary_count :: entity, fragment -> integer +``` ### Classes