Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmood committed Jul 8, 2024
1 parent 8c1603b commit b388478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/launcher/browser.go
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit b388478

Please sign in to comment.