Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit db93424

Browse files
committed
fix typo in IsFailure() method
1 parent a810165 commit db93424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

result.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func (r *Result) IsSuccess() bool {
2020
return true
2121
}
2222

23-
// IsSuccess checks if the Result has any failure before
23+
// IsFailure checks if the Result has any failure before
2424
// determining if the result failed.
2525
func (r *Result) IsFailure() bool {
2626
if r.Failure != nil {

0 commit comments

Comments
 (0)