Merge pull request #769 from aplaice/spawnonce_doc_link

Fix broken link in doc for XMonad.Util.SpawnOnce
This commit is contained in:
Tony Zorman
2022-10-27 07:45:48 +02:00
committed by GitHub

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.
--
-----------------------------------------------------------------------------