Fix typo
The test's function name correctly labelled it as bad, but the comment conflicted with this.
This commit is contained in:
Родитель
1655c03cf7
Коммит
cb8025b486
|
@ -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()
|
||||
|
|
Загрузка…
Ссылка в новой задаче