Skip to content

Commit

Permalink
Fix small documentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
fhartwig committed Feb 15, 2014
1 parent f3e9434 commit fce0b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cabal/Distribution/Version.hs
Expand Up @@ -150,7 +150,7 @@ anyVersion = AnyVersion
-- This can be constructed using any unsatisfiable version range expression, -- This can be constructed using any unsatisfiable version range expression,
-- for example @> 1 && < 1@. -- for example @> 1 && < 1@.
-- --
-- > withinRange v anyVersion = False -- > withinRange v noVersion = False
-- --
noVersion :: VersionRange noVersion :: VersionRange
noVersion = IntersectVersionRanges (LaterVersion v) (EarlierVersion v) noVersion = IntersectVersionRanges (LaterVersion v) (EarlierVersion v)
Expand Down

0 comments on commit fce0b53

Please sign in to comment.