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

Commit 3b03e8e

Browse files
watsonyurishkuro
authored andcommitted
Fix typo in README.md (#116)
1 parent d2c1c6a commit 3b03e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ The project is written in TypeScript and built using a npm scripts. Run:
130130

131131
### Custom tracer implementation
132132

133-
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.
133+
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.
134134

135135
### API compatibility testing
136136

0 commit comments

Comments
 (0)