mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -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:
parent
f55502f723
commit
2ab520eeda
@ -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.
|
||||
--
|
||||
-----------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user