about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorRobert Hensing <roberth@users.noreply.github.com>2023-09-21 11:49:57 +0200
committerGitHub <noreply@github.com>2023-09-21 11:49:57 +0200
commit5c97f01a9dcc53b2cbf6ccb91322ba028d2d00ac (patch)
tree7d38768c1ef39660aef531ca72881d3f4a790f21 /doc
parentf35534ca8065e803cb3708f25eaaa7930bbf74ba (diff)
parent94e103ee3f2096fd8b0484988ef65ff0e68fd73f (diff)
Merge pull request #255025 from tweag/fileset.union
`lib.fileset.union`, `lib.fileset.unions`: init
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}