Skip to content

Commit

Permalink
Fix variable name error in README example
Browse files Browse the repository at this point in the history
  • Loading branch information
mnoack committed Apr 18, 2019
1 parent 1ed35a1 commit 817cb66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func newScope() (tally.Scope, io.Closer) {
scope, closer := tally.NewRootScope(tally.ScopeOptions{
Prefix: "my-service",
Tags: map[string]string{},
Reporter: r,
Reporter: reporter,
}, time.Second)

return scope, closer
Expand Down

0 comments on commit 817cb66

Please sign in to comment.