Skip to content

Commit

Permalink
Update lagra.go
Browse files Browse the repository at this point in the history
  • Loading branch information
simplyYan authored Oct 2, 2023
1 parent 5423c7f commit cd80d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lagra.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ type ErrorCollector struct { //The main structure of LAGRER
errors []error
}

func New() *ErrorCollector { //LAGRER's "New()" function, responsible for creating a new instance
func Tracker() *ErrorCollector { //LAGRER's "New()" function, responsible for creating a new instance
return &ErrorCollector{}
}

Expand Down

0 comments on commit cd80d39

Please sign in to comment.