Skip to content

Commit

Permalink
Parentheses near the line break are optional now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard authored Dec 1, 2019
1 parent e9e4b4e commit 41ba875
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -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#
Expand Down

0 comments on commit 41ba875

Please sign in to comment.