Fix inter-module link (use " instead of ')

Otherwise, haddock tries to link to a (non-existent) function in
"XMonad.Util", which gives a "page not found".

See:

https://haskell-haddock.readthedocs.io/en/latest/markup.html#
linking-to-modules
This commit is contained in:
Adam Plaice 2022-10-26 21:16:43 +02:00
parent f55502f723
commit 2ab520eeda

View File

@ -11,7 +11,7 @@
--
-- A module for spawning a command once, and only once. Useful to start
-- status bars and make session settings inside startupHook. See also
-- 'XMonad.Util.SessionStart' for a different and more flexible way to
-- "XMonad.Util.SessionStart" for a different and more flexible way to
-- run commands only on first startup.
--
-----------------------------------------------------------------------------