Merge pull request #198 from chris-martin/typo_now-not

typo: "will (now -> not) throw"
This commit is contained in:
Havoc Pennington 2014-10-03 08:41:00 -04:00
commit 1955825951

View File

@ -83,7 +83,7 @@ public final class ConfigResolveOptions {
* default, unresolved substitutions are an error. If unresolved
* substitutions are allowed, then a future attempt to use the unresolved
* value may fail, but {@link Config#resolve(ConfigResolveOptions)} itself
* will now throw.
* will not throw.
*
* @param value
* true to silently ignore unresolved substitutions.