Skip to content

Commit

Permalink
Added missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
b-gehrke committed Mar 14, 2022
1 parent ad5c49a commit 1619092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/IRI.hs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ data IRI = IRI
{ iriPos :: Range -- ^ position

-- fields used for storing an absolute IRI
iriScheme :: String -- ^ @foo:@
, iriScheme :: String -- ^ @foo:@
, iriAuthority :: Maybe IRIAuth -- ^ @\/\/anonymous\@www.haskell.org:42@
, iriPath :: Id -- ^ local part @\/ghc@
, iriQuery :: String -- ^ @?query@
Expand Down

0 comments on commit 1619092

Please sign in to comment.