1
0
mirror of https://github.com/xmonad/xmonad-contrib.git synced 2025-07-28 02:31:51 -07:00

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

@@ -11,7 +11,7 @@
-- --
-- A module for spawning a command once, and only once. Useful to start -- A module for spawning a command once, and only once. Useful to start
-- status bars and make session settings inside startupHook. See also -- 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. -- run commands only on first startup.
-- --
----------------------------------------------------------------------------- -----------------------------------------------------------------------------