From 7aa84efba2600d1c2446c2dee95cf8d36ba437bc Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 12 Jan 2024 22:17:39 -0500 Subject: [PATCH] incorporate the suggestion at https://github.com/NixOS/nixpkgs/pull/277534/files#r1450959283 --- doc/build-helpers/trivial-build-helpers.chapter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`