lib.fileset.difference: fix type docs (#411227)

This commit is contained in:
Silvan Mosberger
2025-05-27 06:21:31 +02:00
committed by GitHub
+1 -1
View File
@@ -703,7 +703,7 @@ in
# Type
```
union :: FileSet -> FileSet -> FileSet
difference :: FileSet -> FileSet -> FileSet
```
# Examples