Fix invalid JSON in example

This commit is contained in:
Titus Wormer 2016-02-14 10:54:13 +01:00
parent 20c5be8546
commit 6381e62f42
2 changed files with 4 additions and 4 deletions

View File

@ -178,8 +178,8 @@ Options: `boolean`, default: `false`.
```json
{
"checked": 'x',
"unchecked": ' '
"checked": "x",
"unchecked": " "
}
```

View File

@ -14,8 +14,8 @@
*
* ```json
* {
* "checked": 'x',
* "unchecked": ' '
* "checked": "x",
* "unchecked": " "
* }
* ```
* @example