summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'pkg')
-rw-r--r--pkg/gui/types/common.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/types/common.go b/pkg/gui/types/common.go
index 5a55c85be..e526e3d0d 100644
--- a/pkg/gui/types/common.go
+++ b/pkg/gui/types/common.go
@@ -78,7 +78,7 @@ type IGuiCommon interface {
// All controller handlers are executed on the UI thread.
OnUIThread(f func() error)
// Runs a function in a goroutine. Use this whenever you want to run a goroutine and keep track of the fact
- // that lazygit is still busy.
+ // that lazygit is still busy. See docs/dev/Busy.md
OnWorker(f func())
// returns the gocui Gui struct. There is a good chance you don't actually want to use