Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #110 from sebastianvera/master
Browse files Browse the repository at this point in the history
Fix typo in `tracer.go`
  • Loading branch information
bensigelman authored Aug 29, 2016
2 parents 9302c8f + 09979b7 commit 77a31d6
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 @@ -168,7 +168,7 @@ type SpanReferenceType int
const (
// ChildOfRef refers to a parent Span that caused *and* somehow depends
// upon the new child Span. Often (but not always), the parent Span cannot
// finish unitl the child Span does.
// finish until the child Span does.
//
// An timing diagram for a ChildOfRef that's blocked on the new Span:
//
Expand Down

0 comments on commit 77a31d6

Please sign in to comment.