Merge pull request #324049 from a-kenji/fix/typo

writeScriptBin: fix typo in docs
This commit is contained in:
Aleksana
2024-07-03 00:18:10 +08:00
committed by GitHub
@@ -468,7 +468,7 @@ This is for consistency with the convention of software packages placing executa
The created file is marked as executable.
The file's contents will be put into `/nix/store/<store path>/bin/<name>`.
The store path will include the the name, and it will be a directory.
The store path will include the name, and it will be a directory.
::: {.example #ex-writeScriptBin}
# Usage of `writeScriptBin`