From b388478a2a53a3eab67a75872a547e5c85ca4142 Mon Sep 17 00:00:00 2001 From: Yad Smood Date: Mon, 8 Jul 2024 12:05:27 +0800 Subject: [PATCH] fix doc --- lib/launcher/browser.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/launcher/browser.go b/lib/launcher/browser.go index 8bd9a18c..733af27d 100644 --- a/lib/launcher/browser.go +++ b/lib/launcher/browser.go @@ -172,7 +172,7 @@ func (lc *Browser) MustGet() string { return p } -// Validate returns nil if the browser executable valid. +// Validate returns nil if the browser executable is valid. // If the executable is malformed it will return error. func (lc *Browser) Validate() error { _, err := os.Stat(lc.BinPath())