Skip to content

Commit 5bd1c9f

Browse files
authored
lib.fileset.difference: fix type docs (#411227)
2 parents 645982c + 9481727 commit 5bd1c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fileset/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ in
703703
# Type
704704
705705
```
706-
union :: FileSet -> FileSet -> FileSet
706+
difference :: FileSet -> FileSet -> FileSet
707707
```
708708
709709
# Examples

0 commit comments

Comments
 (0)