Skip to content

Commit

Permalink
Merge pull request #24 from opentracing/bg/doc-fix
Browse files Browse the repository at this point in the history
Fix example in Option.DebugAssertSingleGoroutine docs
  • Loading branch information
bg451 committed Apr 6, 2016
2 parents e526087 + edfa515 commit 76881bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracer.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ type Options struct {
// func (s *Server) Handle(req http.Request) error {
// sp := s.StartSpan("server")
// defer sp.Finish()
// wait := s.queueProcessing(opentracing.ContextWithSpan(context.Background(), ctx), req)
// wait := s.queueProcessing(opentracing.ContextWithSpan(context.Background(), sp), req)
// select {
// case resp := <-wait:
// return resp.Error
Expand Down

0 comments on commit 76881bf

Please sign in to comment.