Few Yxml updates + typo fix

This commit is contained in:
Yorhel 2020-03-07 18:18:02 +01:00
parent 442da67055
commit 02d3e7877e
2 changed files with 23 additions and 3 deletions

View file

@ -8,7 +8,7 @@ entry, but the entries themselves may contain nested structured data.
To demonstrate what I mean, let's start with a simple example of a game
database[^1]: We have a table with rows for each top-level game entry and a
table for releases of said games. There a one-to-many relation between games
table for releases of said games. There is a one-to-many relation between games
and releases.
```sql