fixes from code review

This commit is contained in:
Shelley Vohr 2017-12-11 00:20:26 -05:00
parent 5e51ab9791
commit c5aeda1fdd
No known key found for this signature in database
GPG key ID: F13993A75599653C
3 changed files with 18 additions and 18 deletions

View file

@ -109,8 +109,8 @@ Same as `unsubscribeNotification`, but removes the subscriber from `NSNotificati
### `systemPreferences.registerDefaults(defaults)` _macOS_
* `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`,
* `key` String
* `value` (String | Boolean | Number) - object of type `string`, `boolean`, `integer`, `float`, `double`,
`url`, `array`, or `dictionary`.
Allows for registering of your application's preference defaults in `NSUserDefaults`.