Skip to content

Commit

Permalink
fix: Typo PushPushScope in doc comment (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
allevo authored Nov 13, 2020
1 parent bc21f09 commit a411a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func ConfigureScope(f func(scope *Scope)) {
hub.ConfigureScope(f)
}

// PushScope is a shorthand for CurrentHub().PushPushScope.
// PushScope is a shorthand for CurrentHub().PushScope.
func PushScope() {
hub := CurrentHub()
hub.PushScope()
Expand Down

0 comments on commit a411a63

Please sign in to comment.