fix doc parsing error

This commit is contained in:
Shelley Vohr 2017-12-10 14:55:14 -05:00
parent 9a40bbd082
commit 5e51ab9791
No known key found for this signature in database
GPG key ID: F13993A75599653C

View file

@ -108,10 +108,10 @@ Same as `unsubscribeNotification`, but removes the subscriber from `NSNotificati
### `systemPreferences.registerDefaults(defaults)` _macOS_
* `defaults`: a dictionary of (`key: value`) user defaults
* `key` - must be of type `string`
* `value` - can be of type `string`, `boolean`, `integer`, `float`, `double`,
`url`, `array` or `dictionary`.
* `defaults` Object - a dictionary of (`key: value`) user defaults
* `key` String - must be of type `string`
* `value` Object - object of type `string`, `boolean`, `integer`, `float`, `double`,
`url`, `array`, or `dictionary`.
Allows for registering of your application's preference defaults in `NSUserDefaults`.