diff --git a/checkReturnValue.go b/checkReturnValue.go index 0f6452c..493066c 100644 --- a/checkReturnValue.go +++ b/checkReturnValue.go @@ -108,7 +108,7 @@ func thenBranchGoodInterproceduralError() error { func thenBranchBadInterproceduralError() error { if errorSource() != ErrNone { - // Good: returning nil despite an error + // Bad: returning nil despite an error return getNil() } doSomething()