Remove swift syntax highlighting from JSON snippet.

This commit is contained in:
Mathew Polzin
2019-01-03 22:26:25 -08:00
committed by GitHub
parent 7eb1b05eae
commit 539ecc451a
+1 -1
View File
@@ -383,7 +383,7 @@ You cannot, however, use an optional `PrimaryResource` with a `ManyResourceBody`
#### `MetaType`
The second generic type of a `JSONAPIDocument` is a `Meta`. This `Meta` follows the same rules as `Meta` at any other part of a JSON API Document. It is described below in its own section, but as an example, the JSON API document could contain the following pagination info in its meta entry:
```swift
```
{
"meta": {
"total": 100,