Unverified Commit 5bd1c9f8 authored by Silvan Mosberger's avatar Silvan Mosberger Committed by GitHub
Browse files

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

parents 645982ca 94817274
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -703,7 +703,7 @@ in
    # Type

    ```
    union :: FileSet -> FileSet -> FileSet
    difference :: FileSet -> FileSet -> FileSet
    ```

    # Examples