summary refs log tree commit diff
path: root/doc/release-notes.xml
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2007-09-11 21:42:42 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2007-09-11 21:42:42 +0000
commit04ca4bb7ea360df78c182f70de061dbc818139bf (patch)
tree98e60ea35c584383a2d33b8a2d1c007fb7598a87 /doc/release-notes.xml
parentbd0e895bad617321cad6f2bb01f9b66db40c00c9 (diff)
downloadnixlib-04ca4bb7ea360df78c182f70de061dbc818139bf.tar
nixlib-04ca4bb7ea360df78c182f70de061dbc818139bf.tar.gz
nixlib-04ca4bb7ea360df78c182f70de061dbc818139bf.tar.bz2
nixlib-04ca4bb7ea360df78c182f70de061dbc818139bf.tar.lz
nixlib-04ca4bb7ea360df78c182f70de061dbc818139bf.tar.xz
nixlib-04ca4bb7ea360df78c182f70de061dbc818139bf.tar.zst
nixlib-04ca4bb7ea360df78c182f70de061dbc818139bf.zip
svn path=/nixpkgs/trunk/; revision=9308
Diffstat (limited to 'doc/release-notes.xml')
-rw-r--r--doc/release-notes.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/release-notes.xml b/doc/release-notes.xml
index 53446a642dde..e583de15e0d5 100644
--- a/doc/release-notes.xml
+++ b/doc/release-notes.xml
@@ -15,7 +15,7 @@
   <listitem><para>The standard build environment
   (<literal>stdenv</literal>) is now pure on the
   <literal>x86_64-linux</literal> and <literal>powerpc-linux</literal>
-  platforms, just like <literal>i686-linux</literal>.  (Purity means
+  platforms, just as on <literal>i686-linux</literal>.  (Purity means
   that building and using the standard environment has no dependencies
   outside of the Nix store.  For instance, it doesn’t require an
   external C compiler such as <filename>/usr/bin/gcc</filename>.)
@@ -29,7 +29,7 @@
   <listitem><para>Hook variables in the generic builder are now
   executed using the <function>eval</function> shell command.  This
   has a major advantage: you can write hooks directly in Nix
-  expressions.  For instance, rather than write a builder like this:
+  expressions.  For instance, rather than writing a builder like this:
 
 <programlisting>
 source $stdenv/setup