Merge pull request #21841 from kierdavis/docs-unmatched-parens

docs: fix a couple of unmatched parentheses
This commit is contained in:
Jörg Thalheim 2017-01-12 22:12:53 +01:00 committed by GitHub
commit 717faa7fbe

View File

@ -35,7 +35,7 @@
pkgs = import <nixpkgs> {};
newpkgs = pkgs.overridePackages (self: super: {
foo = super.foo.override { ... };
};
});
in ...</programlisting>
</para>
@ -96,7 +96,7 @@
})</programlisting>
<programlisting>mypkg = pkgs.callPackage ./mypkg.nix {
mydep = pkgs.mydep.override { ... };
})</programlisting>
}</programlisting>
</para>
<para>