Skip to content

Commit

Permalink
chore: golint comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasvuono committed Nov 16, 2021
1 parent 231c542 commit 3ffae01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func (p *Playwright) Launch(args []string) {
p.Browser = browser
}

//NewPagepens a new page within the browser
//NewPage opens a new page within the browser
func (p *Playwright) NewPage() {
page, err := p.Browser.NewPage()
if err != nil {
Expand Down

0 comments on commit 3ffae01

Please sign in to comment.