aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Ameen <alex.ameen.tx@gmail.com>2022-11-30 23:21:09 -0600
committerAlex Ameen <alex.ameen.tx@gmail.com>2022-11-30 23:21:09 -0600
commitec18b7d09b04f3bc4f4de81136fcb79a315bc829 (patch)
tree55e94c90b92c06d56bf01f7f86b94b53020bada7 /src
parentad467265466dbccc816f550def9455ee720c5d3d (diff)
doc: listToAttrs: fix line wrapping
Diffstat (limited to 'src')
-rw-r--r--src/libexpr/primops.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/libexpr/primops.cc b/src/libexpr/primops.cc
index 3572ca181..3e7fdf9d6 100644
--- a/src/libexpr/primops.cc
+++ b/src/libexpr/primops.cc
@@ -2420,9 +2420,8 @@ static RegisterPrimOp primop_listToAttrs({
Construct a set from a list specifying the names and values of each
attribute. Each element of the list should be a set consisting of a
string-valued attribute `name` specifying the name of the attribute,
- and an attribute `value` specifying its value.
- In case of duplicate occurrences of the same name, the first
- takes precedence. Example:
+ and an attribute `value` specifying its value. In case of duplicate
+ occurrences of the same name, the first takes precedence. Example:
```nix
builtins.listToAttrs