about summary refs log tree commit diff
path: root/doc/build-helpers
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2024-01-12 22:17:39 -0500
committerChris McDonough <chrism@plope.com>2024-01-12 22:17:39 -0500
commit7aa84efba2600d1c2446c2dee95cf8d36ba437bc (patch)
tree4581bee4dc0ead293bcdc18e6d595cdbabfd1e96 /doc/build-helpers
parent25b2c3a0cc480ee4f01c82df717f26f984a490d4 (diff)
downloadnixlib-7aa84efba2600d1c2446c2dee95cf8d36ba437bc.tar
nixlib-7aa84efba2600d1c2446c2dee95cf8d36ba437bc.tar.gz
nixlib-7aa84efba2600d1c2446c2dee95cf8d36ba437bc.tar.bz2
nixlib-7aa84efba2600d1c2446c2dee95cf8d36ba437bc.tar.lz
nixlib-7aa84efba2600d1c2446c2dee95cf8d36ba437bc.tar.xz
nixlib-7aa84efba2600d1c2446c2dee95cf8d36ba437bc.tar.zst
nixlib-7aa84efba2600d1c2446c2dee95cf8d36ba437bc.zip
incorporate the suggestion at https://github.com/NixOS/nixpkgs/pull/277534/files#r1450959283
Diffstat (limited to 'doc/build-helpers')
-rw-r--r--doc/build-helpers/trivial-build-helpers.chapter.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-helpers/trivial-build-helpers.chapter.md b/doc/build-helpers/trivial-build-helpers.chapter.md
index a33d499ceb15..315d0c68d257 100644
--- a/doc/build-helpers/trivial-build-helpers.chapter.md
+++ b/doc/build-helpers/trivial-build-helpers.chapter.md
@@ -226,7 +226,7 @@ Writes a text file within a subdirectory of the store.
 
 : the contents of the file.
 
-The store path will be a directory. The Nix store identifier will be generated based on various elements of the path.
+The store path will be a directory.
 
 ::: {.example #ex-writeTextDir}
 # Usage of `writeTextDir`