Skip to content

Commit

Permalink
Fix copy/paste errors in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
NthPortal authored Jan 28, 2025
1 parent f46ac8b commit 1474964
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ import cats.syntax.functor._

trait TracerBuilder[F[_]] {

/** Assigns a version to the resulting Meter.
/** Assigns a version to the resulting Tracer.
*
* @param version
* the version of the instrumentation scope
*/
def withVersion(version: String): TracerBuilder[F]

/** Assigns an OpenTelemetry schema URL to the resulting Meter.
/** Assigns an OpenTelemetry schema URL to the resulting Tracer.
*
* @param schemaUrl
* the URL of the OpenTelemetry schema
Expand Down

0 comments on commit 1474964

Please sign in to comment.