Unverified Commit 94817274 authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

lib.fileset.difference: fix type docs

parent e2833ace
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