about summary refs log tree commit diff
path: root/doc/manual/writing-nix-expressions.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual/writing-nix-expressions.xml')
-rw-r--r--doc/manual/writing-nix-expressions.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/writing-nix-expressions.xml b/doc/manual/writing-nix-expressions.xml
index 873dc21a5292..5585e89fe557 100644
--- a/doc/manual/writing-nix-expressions.xml
+++ b/doc/manual/writing-nix-expressions.xml
@@ -872,7 +872,7 @@ coerced to a string and <literal>456</literal> otherwise (again
 assuming <literal>bar</literal> is antiquotable).</para>
 
 <para>In the special case where an attribute name inside of a set declaration
-evaluates to <literal>"${null}"</literal> (which is normally an error, as
+evaluates to <literal>null</literal> (which is normally an error, as
 <literal>null</literal> is not antiquotable), that attribute is simply not
 added to the set: