mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 04:56:01 +01:00
primops.cc: fix comment
This commit is contained in:
parent
403a76a18f
commit
ee218f99ca
1 changed files with 1 additions and 1 deletions
|
|
@ -1356,7 +1356,7 @@ static void prim_functionArgs(EvalState & state, const Pos & pos, Value * * args
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Apply a function to every element of a list. */
|
/* Apply a function to every element of an attribute set. */
|
||||||
static void prim_mapAttrs(EvalState & state, const Pos & pos, Value * * args, Value & v)
|
static void prim_mapAttrs(EvalState & state, const Pos & pos, Value * * args, Value & v)
|
||||||
{
|
{
|
||||||
state.forceFunction(*args[0], pos);
|
state.forceFunction(*args[0], pos);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue