mirror of
https://github.com/NixOS/nix
synced 2025-07-04 23:51:47 +02:00
Merge pull request #12110 from knotapun/patch-1
Make `readFileType` doc string consistent
This commit is contained in:
commit
8a3fc27f1b
1 changed files with 1 additions and 1 deletions
|
@ -2045,7 +2045,7 @@ static RegisterPrimOp primop_readFileType({
|
||||||
.args = {"p"},
|
.args = {"p"},
|
||||||
.doc = R"(
|
.doc = R"(
|
||||||
Determine the directory entry type of a filesystem node, being
|
Determine the directory entry type of a filesystem node, being
|
||||||
one of "directory", "regular", "symlink", or "unknown".
|
one of `"directory"`, `"regular"`, `"symlink"`, or `"unknown"`.
|
||||||
)",
|
)",
|
||||||
.fun = prim_readFileType,
|
.fun = prim_readFileType,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue