Skip to content
Snippets Groups Projects
Commit b4b68d73 authored by Simon Jakobi's avatar Simon Jakobi
Browse files

Fix typo in a warning

parent 15b62fc1
No related branches found
No related tags found
No related merge requests found
......@@ -165,8 +165,7 @@ outOfScope dflags x =
where
warnAndMonospace a = do
tell ["Warning: '" ++ showPpr dflags a ++ "' is out of scope.\n" ++
" If you qualify the identifier, haddock can try to link it\n" ++
" it anyway."]
" If you qualify the identifier, haddock can try to link it anyway."]
pure (monospaced a)
monospaced a = DocMonospaced (DocString (showPpr dflags a))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment