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

Commit

Permalink
Fix typo in README.md (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
watson authored and yurishkuro committed Nov 17, 2018
1 parent d2c1c6a commit 3b03e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
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 3b03e8e

Please sign in to comment.