indentation change

This commit is contained in:
Mathew Polzin
2018-11-27 17:15:15 -08:00
parent 232554ec51
commit a9ef71f383
+3 -3
View File
@@ -291,9 +291,9 @@ The second generic type of a `JSONAPIDocument` is a `Meta`. This structure is en
You would then create the following `Meta` type:
```
struct PageMetadata: JSONAPI.Meta {
let total: Int
let limit: Int
let offset: Int
let total: Int
let limit: Int
let offset: Int
}
```