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 # Type
``` ```
union :: FileSet -> FileSet -> FileSet difference :: FileSet -> FileSet -> FileSet
``` ```
# Examples # Examples