Merge pull request #25934 from nh2/nixos-manual-module-option-never-fix

Fix typo in manual about options without defaults
This commit is contained in:
Jörg Thalheim 2017-05-21 09:13:59 +01:00 committed by GitHub
commit f279508648

View File

@ -41,8 +41,9 @@ options = {
<term><varname>default</varname></term>
<listitem>
<para>The default value used if no value is defined by any
module. A default is not required; in that case, if the option
value is never used, an error will be thrown.</para>
module. A default is not required; but if a default is not given,
then users of the module will have to define the value of the
option, otherwise an error will be thrown.</para>
</listitem>
</varlistentry>