Skip to content

Commit

Permalink
fix syntax error in docs (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorecrafting authored Oct 31, 2020
1 parent 584c0c0 commit f7c9b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ service1:
// this next line isn't necessary if you're within an express handler
let trace = beeline.startTrace();

let traceContext = beeline.marshalTraceContext(beeline.getTraceContext);
let traceContext = beeline.marshalTraceContext(beeline.getTraceContext());
try {
await service2Client.doSomething({
// add the traceContext in our RPC call payload
Expand Down

0 comments on commit f7c9b1a

Please sign in to comment.