Skip to content

Commit

Permalink
fix(restify): fix comment referencing restify type
Browse files Browse the repository at this point in the history
Mention the package name exactly.
  • Loading branch information
tombruijn committed Nov 30, 2022
1 parent 9d233b2 commit eda13b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { Span } from '@opentelemetry/api';
import { InstrumentationConfig } from '@opentelemetry/instrumentation';

export interface RestifyRequestInfo {
request: any; // Restify type from restify types package
request: any; // Restify type from @types/restify package
}

/**
Expand Down

0 comments on commit eda13b1

Please sign in to comment.