summary refs log tree commit diff
path: root/doc/functions
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2021-03-04 17:54:35 +0100
committerRobert Hensing <robert@roberthensing.nl>2021-03-04 18:10:57 +0100
commit7d551ead60f90b8c879bea7ce421f54482406dbb (patch)
treef2f2eef1cdd0f71dfc1e953e24271eae98a4c90c /doc/functions
parent0a4a486096bc2a6efb1bc0d11543f208eda23dc3 (diff)
downloadnixpkgs-7d551ead60f90b8c879bea7ce421f54482406dbb.tar
nixpkgs-7d551ead60f90b8c879bea7ce421f54482406dbb.tar.gz
nixpkgs-7d551ead60f90b8c879bea7ce421f54482406dbb.tar.bz2
nixpkgs-7d551ead60f90b8c879bea7ce421f54482406dbb.tar.lz
nixpkgs-7d551ead60f90b8c879bea7ce421f54482406dbb.tar.xz
nixpkgs-7d551ead60f90b8c879bea7ce421f54482406dbb.tar.zst
nixpkgs-7d551ead60f90b8c879bea7ce421f54482406dbb.zip
doc: Format
Diffstat (limited to 'doc/functions')
-rw-r--r--doc/functions/library/attrsets.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/functions/library/attrsets.xml b/doc/functions/library/attrsets.xml
index 7ef0d16624c..9a4e640935f 100644
--- a/doc/functions/library/attrsets.xml
+++ b/doc/functions/library/attrsets.xml
@@ -1677,8 +1677,7 @@ recursiveUpdate
   <xi:include href="./locations.xml" xpointer="lib.attrsets.recurseIntoAttrs" />
 
   <para>
-   Make various Nix tools consider the contents of the resulting
-   attribute set when looking for what to build, find, etc.
+   Make various Nix tools consider the contents of the resulting attribute set when looking for what to build, find, etc.
   </para>
 
   <para>
@@ -1720,7 +1719,7 @@ recursiveUpdate
   <xi:include href="./locations.xml" xpointer="lib.attrsets.cartesianProductOfSets" />
 
   <para>
-    Return the cartesian product of attribute set value combinations.
+   Return the cartesian product of attribute set value combinations.
   </para>
 
   <variablelist>
@@ -1749,5 +1748,4 @@ cartesianProductOfSets { a = [ 1 2 ]; b = [ 10 20 ]; }
 ]]></programlisting>
   </example>
  </section>
-
 </section>