Added space back to reference headers

This commit is contained in:
Wouter Doeland
2017-12-23 11:18:16 +01:00
committed by Andrey.Tarashevskiy
parent 3ed5062c1b
commit fa71fa2a44

4
DAO.md
View File

@@ -77,7 +77,7 @@ movie.delete()
```
## Referencing
### Simple-reference
### Simple reference
Let's say you have this table:
```kotlin
object Users: IntIdTable() {
@@ -124,7 +124,7 @@ You can call:
```kotlin
movie.ratings // returns all UserRating objects with this movie as film
```
### Optional-reference
### Optional reference
You can also add an optional reference:
```kotlin
object UserRatings: IntIdTable() {