From a46eb8266a241677a2b11be343be4cdd7236c52a Mon Sep 17 00:00:00 2001 From: Adam Dinwoodie Date: Tue, 31 Dec 2024 19:27:52 +0000 Subject: [PATCH] doc/packages/build-support: remove stray backtick This corrects a start/end error in the formatting of code in one of the examples. --- doc/packages/build-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/packages/build-support.md b/doc/packages/build-support.md index cf6a13384753..80392f4d121e 100644 --- a/doc/packages/build-support.md +++ b/doc/packages/build-support.md @@ -98,5 +98,5 @@ substituteAllFiles { } ``` -in the resulting derivation, every instance of `@hello@` will be replaced with `there` in `$out/foo.txt` and` `$out/bar.txt`; `baz.txt` will not be processed nor will it appear in `$out`. +in the resulting derivation, every instance of `@hello@` will be replaced with `there` in `$out/foo.txt` and `$out/bar.txt`; `baz.txt` will not be processed nor will it appear in `$out`. :::