Doc: Fix typos spotted by @yurchor

This commit is contained in:
Rémi Verschelde
2018-07-01 15:55:53 +02:00
parent 82e03b2066
commit 9c56a16d61
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -117,7 +117,7 @@
<argument index="2" name="value" type="Variant">
</argument>
<description>
Assigns a value to the specified key of the the specified section. If the section and/or the key do not exist, they are created. Passing a [code]null[/code] value deletes the specified key if it exists, and deletes the section if it ends up empty once the key has been removed.
Assigns a value to the specified key of the specified section. If the section and/or the key do not exist, they are created. Passing a [code]null[/code] value deletes the specified key if it exists, and deletes the section if it ends up empty once the key has been removed.
</description>
</method>
</methods>