From 6f224421cd4929fca01c9643adcfde0d2da87eea Mon Sep 17 00:00:00 2001 From: silverqx Date: Fri, 30 Aug 2024 11:37:21 +0200 Subject: [PATCH] docs added code style --- docs/tinyorm/relationships.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tinyorm/relationships.mdx b/docs/tinyorm/relationships.mdx index fb44b7a2f..4e666ef14 100644 --- a/docs/tinyorm/relationships.mdx +++ b/docs/tinyorm/relationships.mdx @@ -100,7 +100,7 @@ However, the second parameter is more interesting, here you have to provide a ty Next, you have to define the `u_relations` hash, which maps relation names to relationship methods. 🔥🚀🙌 :::tip -You may omit the `friend Model` declaration and define all the private data and function members as public. +You may omit the `friend Model` declaration and define all the private data and function members as `public`. ::: ### One To One