about summary refs log tree commit diff
path: root/doc/manual/command-ref/nix-shell.xml
diff options
context:
space:
mode:
authorScott Olson <scott@solson.me>2016-02-13T08·03-0700
committerScott Olson <scott@solson.me>2016-02-13T08·03-0700
commit37b8e59f6fd381b85cf1a0e731e50390e3de5c5c (patch)
treee61888e44dab30f8e23a625b1781886d717d8b09 /doc/manual/command-ref/nix-shell.xml
parentb3e8d72770b4100843c60b35633e529e6e69d543 (diff)
Fix typo in nix-shell command reference.
Diffstat (limited to '')
-rw-r--r--doc/manual/command-ref/nix-shell.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/command-ref/nix-shell.xml b/doc/manual/command-ref/nix-shell.xml
index 6f00e28cac..c64c93ec3a 100644
--- a/doc/manual/command-ref/nix-shell.xml
+++ b/doc/manual/command-ref/nix-shell.xml
@@ -267,7 +267,7 @@ dependencies in Nixpkgs.</para>
 
 <para>The lines starting with <literal>#! nix-shell</literal> specify
 <command>nix-shell</command> options (see above). Note that you cannot
-write <literal>#1 /usr/bin/env nix-shell -i ...</literal> because
+write <literal>#! /usr/bin/env nix-shell -i ...</literal> because
 many operating systems only allow one argument in
 <literal>#!</literal> lines.</para>