Skip to content

Commit

Permalink
chore: add @link
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurkale22 committed May 26, 2020
1 parent dfbf4cf commit 1536a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/opentelemetry-api/src/trace/SpanOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export interface SpanOptions {
/** A span's attributes */
attributes?: Attributes;

/** Links span to other spans */
/** {@link Link}s span to other spans */
links?: Link[];

/**
Expand Down

0 comments on commit 1536a57

Please sign in to comment.