Skip to content

Commit

Permalink
update value type to Any
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Dec 11, 2017
1 parent 84bab48 commit 027e786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/system-preferences.md
Expand Up @@ -110,7 +110,7 @@ Same as `unsubscribeNotification`, but removes the subscriber from `NSNotificati

* `defaults` Object - a dictionary of (`key: value`) user defaults
* `key` String
* `value` (String | Boolean | Int | Float | Double | Array | Dictionary)
* `value` Any

Add the specified defaults to your application's `NSUserDefaults`.

Expand Down

0 comments on commit 027e786

Please sign in to comment.