Skip to content

Commit 8df68a2

Browse files
authored
Merge pull request #9849 from 13x1/patch-1
Fix typo in primops.cc (and therefore Nix docs)
2 parents 5a9513c + 08f38a3 commit 8df68a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libexpr/primops.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1878,7 +1878,7 @@ static RegisterPrimOp primop_outputOf({
18781878
For instance,
18791879
```nix
18801880
builtins.outputOf
1881-
(builtins.outputOf myDrv "out)
1881+
(builtins.outputOf myDrv "out")
18821882
"out"
18831883
```
18841884
will return a placeholder for the output of the output of `myDrv`.

0 commit comments

Comments
 (0)