Remove extra "in" keyword from the release notes about overlays.

Thanks to @teh for reporting this issue on the pull request.
This commit is contained in:
Nicolas B. Pierron 2017-01-17 21:24:44 +00:00 committed by GitHub
parent 4e516363a8
commit 0214d94b24

View File

@ -117,7 +117,7 @@ following incompatible changes:</para>
<programlisting>
let
pkgs = import &lt;nixpkgs&gt; {}; in
pkgs = import &lt;nixpkgs&gt; {};
in
import pkgs.path { overlays = [(self: super: ...)] }
</programlisting>