From 560134c6614cd1d40a17552e0e95499966461f65 Mon Sep 17 00:00:00 2001 From: David Schmitt Date: Tue, 7 Jul 2015 11:07:25 +0100 Subject: [PATCH] (maint) fixup description of ini_setting%setting --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index bb55555c..979d889e 100644 --- a/README.markdown +++ b/README.markdown @@ -188,7 +188,7 @@ Determines whether the specified setting should exist. Valid options: 'present' ##### `setting` -*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. +*Optional.* The name of the setting to define. Valid options: a string. ##### `value`