mirror of
https://github.com/NixOS/nix-pills
synced 2024-11-12 22:57:09 +00:00
17: Use imperative voice
Tell the reader to recall, not that the author recalls... Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
This commit is contained in:
parent
89342a2528
commit
f546d7e865
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
<section>
|
||||
<title>Overriding a package</title>
|
||||
<para>
|
||||
I recall the override design pattern from the <link linkend="override-design-pattern">nix pill 14</link>. Instead of calling a function with parameters directly, we make the call (function + parameters) overridable.
|
||||
Recall the override design pattern from the <link linkend="override-design-pattern">nix pill 14</link>. Instead of calling a function with parameters directly, we make the call (function + parameters) overridable.
|
||||
</para>
|
||||
<para>
|
||||
We put the override function in the returned attribute set of the original function call.
|
||||
|
|
Loading…
Reference in a new issue