0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

Fix typo about options without defaults

This commit is contained in:
Niklas Hambüchen 2017-05-20 02:19:15 +02:00
parent 9f6b1dca58
commit aed1986f2f

View file

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