Skip to content

Commit

Permalink
Merge pull request #12110 from knotapun/patch-1
Browse files Browse the repository at this point in the history
Make `readFileType` doc string consistent
  • Loading branch information
mergify[bot] authored Dec 28, 2024
2 parents b3eab02 + cf69c99 commit 8a3fc27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libexpr/primops.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2045,7 +2045,7 @@ static RegisterPrimOp primop_readFileType({
.args = {"p"},
.doc = R"(
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,
});
Expand Down

0 comments on commit 8a3fc27

Please sign in to comment.