Skip to content

Commit fbc5599

Browse files
committed
core: fix Wildcard spec haddock
1 parent b754f3a commit fbc5599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hnix-store-core/src/System/Nix/DerivedPath.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import qualified System.Nix.StorePath
2525

2626
data OutputsSpec =
2727
OutputsSpec_All
28-
-- ^ Wildcard spec (!*) meaning all outputs
28+
-- ^ Wildcard spec (^*) meaning all outputs
2929
| OutputsSpec_Names (Set OutputName)
3030
-- ^ Set of specific outputs
3131
deriving (Eq, Generic, Ord, Show)

0 commit comments

Comments
 (0)