From 41ba875d82e7fdec46a6416fc11b5c9a4d790741 Mon Sep 17 00:00:00 2001 From: Konstantin Dyachenko Date: Sun, 1 Dec 2019 19:09:05 +0300 Subject: [PATCH] Parentheses near the line break are optional now. --- README.ru.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.ru.md b/README.ru.md index d538baa..5f5d25a 100644 --- a/README.ru.md +++ b/README.ru.md @@ -15,10 +15,10 @@ NuGet пакет: [Platform.Communication.Protocol.Lino](https://www.nuget.org/p ## Примеры ### Нотация связей ``` -(папа (любитМаму: любит маму)) -(сын любитМаму) -(дочь любитМаму) -(все (любят маму)) +папа (любитМаму: любит маму) +сын любитМаму +дочь любитМаму +все (любят маму) ``` ### Получаем \<[Link](https://linksplatform.github.io/Communication.Protocol.Lino/api/Platform.Communication.Protocol.Lino.Link.html)\> ```C#