Fixed thinko.

This commit is contained in:
Michael Bayne
2011-10-29 13:19:16 -07:00
parent 8ce01cd060
commit 37884af44d
+1 -1
View File
@@ -282,7 +282,7 @@ sections. The above examples could also be represented as:
Note also that one semantic difference exists between nested singleton sections Note also that one semantic difference exists between nested singleton sections
and compound variables: compound variables do not make use of the default value and compound variables: compound variables do not make use of the default value
and null value configuration. If a null or missing value is encountered while and null value configuration. If a null or missing value is encountered while
resolving a compound section, an exception is always raised. resolving a compound variable, an exception is always raised.
If you desire for a default value to be used when null or missing values are If you desire for a default value to be used when null or missing values are
encountered, use the somewhat more verbose singleton sections. The use of encountered, use the somewhat more verbose singleton sections. The use of