Remove remarks about setting dictionary value to null to remove the key/value pair

fixes #8066

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
This commit is contained in:
Steve McMaster 2014-12-11 10:50:50 -05:00 committed by Gunnar Beutner
parent 7ac6347d6a
commit 789ce044d9

View File

@ -217,9 +217,6 @@ with certain characters (e.g. digits). If you want to use a dictionary
key that is not a valid identifier you can enclose the key in double
quotes.
Setting a dictionary key to null causes the key and its value to be
removed from the dictionary.
#### <a id="array"></a> Array
An ordered list of values.