Skip to content

Commit

Permalink
doc/packages/build-support: remove stray backtick
Browse files Browse the repository at this point in the history
This corrects a start/end error in the formatting of code in one of the
examples.
  • Loading branch information
me-and committed Dec 31, 2024
1 parent 14739ba commit a46eb82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/packages/build-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
:::

0 comments on commit a46eb82

Please sign in to comment.