Skip to content

Commit

Permalink
docs(opentelemtry-instrumentation): fix reversed jsdoc comment (#4855)
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Sand <[email protected]>
  • Loading branch information
Fox32 authored Jul 9, 2024
1 parent 539d942 commit 54b14fb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,10 @@ export abstract class InstrumentationAbstract<
return this._tracer;
}

/* Disable plugin */
/* Enable plugin */
public abstract enable(): void;

/* Enable plugin */
/* Disable plugin */
public abstract disable(): void;

/**
Expand Down

0 comments on commit 54b14fb

Please sign in to comment.