Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxincs committed Oct 18, 2023
1 parent fb34fe5 commit bfcadf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testdata/src/go.uber.org/globalvars/globalvarinit.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func foo() *int {
return nil
}

// Now we test a corner case where a constant is assigned to a global variable.
// Below test checks when a constant is assigned to a global variable.

// ErrorNoFailure is a constant marking a failure.
const ErrorNoFailure = upstream.ErrorNo(42)
Expand Down

0 comments on commit bfcadf3

Please sign in to comment.