Skip to content

Commit a9ef71f

Browse files
committed
indentation change
1 parent 232554e commit a9ef71f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,9 +291,9 @@ The second generic type of a `JSONAPIDocument` is a `Meta`. This structure is en
291291
You would then create the following `Meta` type:
292292
```
293293
struct PageMetadata: JSONAPI.Meta {
294-
let total: Int
295-
let limit: Int
296-
let offset: Int
294+
let total: Int
295+
let limit: Int
296+
let offset: Int
297297
}
298298
```
299299

0 commit comments

Comments
 (0)