Skip to content

Commit

Permalink
Remove extra bracket in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nhhagen committed Dec 6, 2024
1 parent 2baf280 commit cb5757e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap2.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (
// if err != nil {
// panic(err)
// }
// }}
// }
func Start(ctx context.Context, opts ...Option) (Cancel, error) {
if ctx == nil {
return noop, errors.New("ctx cannot be nil")
Expand Down

0 comments on commit cb5757e

Please sign in to comment.