Commit ec567926 authored by a-kenji's avatar a-kenji
Browse files

writeScriptBin: fix typo in docs

parent 0ef18705
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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`