Skip to content

Commit c3b5f28

Browse files
impactmassyurishkuro
authored andcommitted
Update README.md (yurishkuro#51)
1 parent a14e210 commit c3b5f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodejs/lesson01/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ A trace is a [directed acyclic graph](https://en.wikipedia.org/wiki/Directed_acy
4747
Each span has these minimum attributes: an operation name, a start time, and a finish time.
4848

4949
Let's create a trace that consists of just a single span. To do that we need an instance of the `opentracing.Tracer`.
50-
We can use a global instance return by `new opentracing.Tracer()`.
50+
We can use a global instance returned by `new opentracing.Tracer()`.
5151

5252
```javascript
5353
const opentracing = require("opentracing");

0 commit comments

Comments
 (0)