From 027e78639a658aeb9e7d4636ffce2e76499d7f86 Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Mon, 11 Dec 2017 14:06:02 -0500 Subject: [PATCH] update value type to Any --- docs/api/system-preferences.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/system-preferences.md b/docs/api/system-preferences.md index b6d6bc7ee4..8aeec07ca2 100644 --- a/docs/api/system-preferences.md +++ b/docs/api/system-preferences.md @@ -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`.