about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorCody Hiar <thornycrackers@users.noreply.github.com>2022-08-02 10:51:38 -0600
committerGitHub <noreply@github.com>2022-08-02 10:51:38 -0600
commit0685e4a92984b7831a4256cc7e5463668f20e45c (patch)
treec155ab35b71177fb1a46c975df35721544d4580d /doc
parent6d0bf6ae0549c37caae3f337219e622701b30402 (diff)
Update doc/builders/fetchers.chapter.md
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/builders/fetchers.chapter.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/builders/fetchers.chapter.md b/doc/builders/fetchers.chapter.md
index ce6c214259a30..26b70b1fde2b7 100644
--- a/doc/builders/fetchers.chapter.md
+++ b/doc/builders/fetchers.chapter.md
@@ -23,7 +23,8 @@ fetchurl {
 };
 ```
 
-**This will reuse the old contents**. Remember to invalidate the hash argument by setting the sha256 to an empty string.
+**This will reuse the old contents**.
+Remember to invalidate the hash argument, in this case by setting the `sha256` attribute to an empty string.
 
 ```nix
 fetchurl {