Skip to content

Commit 285c127

Browse files
authored
Merge pull request #2 from smowton/fix-typo
Fix typo
2 parents 871eaae + cb8025b commit 285c127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checkReturnValue.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ func thenBranchGoodInterproceduralError() error {
108108
func thenBranchBadInterproceduralError() error {
109109

110110
if errorSource() != ErrNone {
111-
// Good: returning nil despite an error
111+
// Bad: returning nil despite an error
112112
return getNil()
113113
}
114114
doSomething()

0 commit comments

Comments
 (0)