Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmood committed Jul 8, 2024
1 parent e392af2 commit 5ad4b5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion setup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ type G struct {
// or it may affect other test cases.
page *rod.Page

// use it to cancel the TimeoutEach for each test case
// use it to cancel the TimeoutEach for current test case
cancelTimeout func()
}

Expand Down

0 comments on commit 5ad4b5a

Please sign in to comment.