about summary refs log tree commit diff
path: root/doc/build-helpers/trivial-build-helpers.chapter.md
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2024-01-15 10:49:51 -0500
committerGitHub <noreply@github.com>2024-01-15 10:49:51 -0500
commit39a1686e562aa3d53a74615dbda50f01574724c0 (patch)
treee304ffb73a36ec5289ca6a28c66088d657325c62 /doc/build-helpers/trivial-build-helpers.chapter.md
parentcec3e9441cb04878705536d2861d92060ec7f86e (diff)
Add a period
Co-authored-by: Alexander Groleau <alex@proof.construction>
Diffstat (limited to 'doc/build-helpers/trivial-build-helpers.chapter.md')
-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 d90fee192b258..8a1fd61c18c80 100644
--- a/doc/build-helpers/trivial-build-helpers.chapter.md
+++ b/doc/build-helpers/trivial-build-helpers.chapter.md
@@ -69,7 +69,7 @@ These are useful for creating files from Nix expressions, which may be scripts o
 Each of these functions will cause a derivation to be produced.  When you coerce the result of each of these functions to a string, it will evaluate to the *store path* of this derivation.
 
 :::: {.warning}
-Some of these functions will put the resulting files within a directory inside the derivation output.  If you need to refer to the resulting files somewhere else in Nix code, remember to append the path to the file  For example:
+Some of these functions will put the resulting files within a directory inside the derivation output.  If you need to refer to the resulting files somewhere else in Nix code, remember to append the path to the file. For example:
 
 
 If the derivation destination is a directory...