1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-08 02:38:11 +09:00

lib.fileset.difference: fix type docs

This commit is contained in:
Wolfgang Walther 2025-05-26 22:05:23 +02:00
parent e2833acefc
commit 94817274d2
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1

View file

@ -703,7 +703,7 @@ in
# Type
```
union :: FileSet -> FileSet -> FileSet
difference :: FileSet -> FileSet -> FileSet
```
# Examples