Skip to content

Commit cf7c745

Browse files
authored
Update README.md
the this
1 parent b8ee69e commit cf7c745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

brave/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ sharing span IDs between a client and a server.
475475
A normal instrumentation pattern is creating a span representing the server
476476
side of an RPC. `Extractor.extract` might return a complete trace context when
477477
applied to an incoming client request. `Tracer.joinSpan` attempts to continue
478-
the this trace, using the same span ID if supported, or creating a child span
478+
this trace, using the same span ID if supported, or creating a child span
479479
if not. When span ID is shared, data reported includes a flag saying so.
480480

481481
Here's an example of B3 propagation:

0 commit comments

Comments
 (0)