Merge pull request #28681 from lopho/dict-doc

Document dictionary erase return value
This commit is contained in:
Max Hilbrunner 2019-05-05 08:33:43 +02:00 committed by GitHub
commit f935c1ff9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@
<argument index="0" name="key" type="Variant">
</argument>
<description>
Erase a dictionary key/value pair by key. Do not erase elements while iterating over the dictionary.
Erase a dictionary key/value pair by key. Returns [code]true[/code] if the given key was present in the dictionary, [code]false[/code] otherwise. Do not erase elements while iterating over the dictionary.
</description>
</method>
<method name="get">