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

Commit

Permalink
docs: fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
watson committed Nov 17, 2018
1 parent d2c1c6a commit dece5a6
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 @@ -130,7 +130,7 @@ The project is written in TypeScript and built using a npm scripts. Run:

### Custom tracer implementation

Implementations can subclass `opentracing.Trace`, `opentracing.Span`, and the other API classes to build an OpenTracing tracer and implement the underscore prefixed methods such as `_addTag` to pick up a bit of common code implemented in the base classes.
Implementations can subclass `opentracing.Tracer`, `opentracing.Span`, and the other API classes to build an OpenTracing tracer and implement the underscore prefixed methods such as `_addTag` to pick up a bit of common code implemented in the base classes.

### API compatibility testing

Expand Down

0 comments on commit dece5a6

Please sign in to comment.