fix(typo): rename mymkDerivation to mkDerivation in conclusion of pill 08 (#220)

This commit is contained in:
Arek Kalandyk 2023-09-25 16:17:02 +02:00 committed by GitHub
parent 961fa9fed4
commit b54b78be80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -297,7 +297,7 @@
<para>
Out of this pill we managed to create a generic builder for autotools
projects, and a function <code>mymkDerivation</code> that composes by default
projects, and a function <code>mkDerivation</code> that composes by default
the common components used in autotools projects instead of repeating them
in all the packages we would write.
</para>