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

Commit 77a31d6

Browse files
authored
Merge pull request #110 from sebastianvera/master
Fix typo in `tracer.go`
2 parents 9302c8f + 09979b7 commit 77a31d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ type SpanReferenceType int
168168
const (
169169
// ChildOfRef refers to a parent Span that caused *and* somehow depends
170170
// upon the new child Span. Often (but not always), the parent Span cannot
171-
// finish unitl the child Span does.
171+
// finish until the child Span does.
172172
//
173173
// An timing diagram for a ChildOfRef that's blocked on the new Span:
174174
//

0 commit comments

Comments
 (0)