Skip to content

Commit

Permalink
Update packages/opentelemetry-api/src/trace/attributes.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Wear <matthew.wear@gmail.com>
  • Loading branch information
mayurkale22 and mwear committed May 27, 2020
1 parent 353727b commit 7536635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/opentelemetry-api/src/trace/attributes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
*/

/**
* Defines a attributes interface.
* These attributes provides additional data about the {@link Span}.
* Defines attributes interface.
* These attributes provide additional data about the {@link Span}.
*/
export interface Attributes {
[attributeKey: string]: unknown;
Expand Down

0 comments on commit 7536635

Please sign in to comment.