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

Commit

Permalink
Fix typo: span.finish() -> span.Finish()
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Babrou <github@ivan.computer>
  • Loading branch information
bobrik committed Mar 29, 2020
1 parent f14c48f commit ed64063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ span := tracer.StartSpan(
jaeger.SelfRef(yourSpanContext),
)
...
defer span.finish()
defer span.Finish()
```

## License
Expand Down

0 comments on commit ed64063

Please sign in to comment.