Skip to content

Commit 53606a2

Browse files
Ryan WhitehurstDavidS
authored andcommitted
(maint) Fix README for ini_setting parameters
Update descriptions of the `section` parameter and the `setting` parameter in `ini_setting` to match the descriptions in `ini_subsetting`. Commit af78845 erroneously updated the README description for the `setting` parameter with a description intended for the `section` parameter.
1 parent 2fbeac2 commit 53606a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,11 +302,11 @@ Determines whether the specified setting should exist. Valid options: 'present'
302302

303303
##### `section`
304304

305-
*Required.* Designates a section of the specified INI file containing the setting to manage. To manage a global setting (at the beginning of the file, before any named sections) enter "". Valid options: a string.
305+
*Optional.* Designates a section of the specified INI file containing the setting to manage. To manage a global setting (at the beginning of the file, before any named sections) enter "". Defaults to "". Valid options: a string.
306306

307307
##### `setting`
308308

309-
*Optional.* The name of the setting to define. Valid options: a string.
309+
*Required.* Designates a setting to manage within the specified INI file and section. Valid options: a string.
310310

311311
##### `value`
312312

0 commit comments

Comments
 (0)