Skip to content

Commit

Permalink
Correct a typo in package.go (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars committed Dec 13, 2023
1 parent dc75e40 commit 57db53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parse/package.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func (p *Package) AddEvent(event *Event) {
t.Events = append(t.Events, event)
}

// GetTest retuns a test based on given name, if no test is found
// GetTest returns a test based on given name, if no test is found
// return nil
func (p *Package) GetTest(name string) *Test {
for _, t := range p.Tests {
Expand Down

0 comments on commit 57db53d

Please sign in to comment.