about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorSilvan Mosberger <silvan.mosberger@tweag.io>2023-09-13 23:31:02 +0200
committerSilvan Mosberger <silvan.mosberger@tweag.io>2023-09-21 00:21:01 +0200
commitc5ae093f13ed2a2a1b9b82331b5cfccad1fb7bdd (patch)
treeadc294f8b055666f25438bd057d36a30a2057807 /doc
parentf78d65067fe0a9ccd97ba901449ac948dcd07f94 (diff)
lib.fileset: Various updates relating to union/unions
Also some minor formatting improvements
Diffstat (limited to 'doc')
-rw-r--r--doc/functions/fileset.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/functions/fileset.section.md b/doc/functions/fileset.section.md
index b24ebe26cc3b7..08b9ba9eaedc0 100644
--- a/doc/functions/fileset.section.md
+++ b/doc/functions/fileset.section.md
@@ -9,7 +9,7 @@ File sets are easy and safe to use, providing obvious and composable semantics w
 These sections apply to the entire library.
 See the [function reference](#sec-functions-library-fileset) for function-specific documentation.
 
-The file set library is currently very limited but is being expanded to include more functions over time.
+The file set library is currently somewhat limited but is being expanded to include more functions over time.
 
 ## Implicit coercion from paths to file sets {#sec-fileset-path-coercion}